Re: Using defines for protocol characters - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Using defines for protocol characters
Date
Msg-id 20230815155802.GA2298234@nathanxps13
Whole thread Raw
In response to Re: Using defines for protocol characters  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Responses Re: Using defines for protocol characters
List pgsql-hackers
On Tue, Aug 15, 2023 at 02:46:24PM +0900, Tatsuo Ishii wrote:
> Is it possible to put the new define staff into protocol.h then let
> pqcomm.h include protocol.h? This makes Pgpool-II and other middle
> ware/drivers written in C easier to use the defines so that they only
> include protocol.h to use the defines.

It is possible, of course, but are there any reasons such programs couldn't
include pqcomm.h?  It looks relatively inexpensive to me.  That being said,
I'm fine with the approach you describe if the folks in this thread agree.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: [PATCH] Add function to_oct
Next
From: Heikki Linnakangas
Date:
Subject: Re: Extending SMgrRelation lifetimes