[PATCH] postgresql.conf.sample->postgresql.conf.sample.in - Mailing list pgsql-hackers

From [email protected]
Subject [PATCH] postgresql.conf.sample->postgresql.conf.sample.in
Date
Msg-id [email protected]
Whole thread Raw
Responses Re: [PATCH] postgresql.conf.sample->postgresql.conf.sample.in
List pgsql-hackers
A patch for converting postgresql.conf.sample to 
postgresql.conf.sample.in . This feature allows you to manage the 
contents of postgresql.conf.sample at the configure phase.

Usage example:

     ./configure --enable-foo


configure.in:

     foo_params=$(cat <<-END
       foo_param1 = on
       foo_param2 = 16
     END
     )
     AC_SUBST(foo_params)


postgresql.conf.sample.in:

     @foo_params@


postgresql.conf.sample:

     foo_param1 = on
     foo_param2 = 16

--
Attachment

pgsql-hackers by date:

Previous
From: "[email protected]"
Date:
Subject: Re: A bug when use get_bit() function for a long bytea string
Next
From: "[email protected]"
Date:
Subject: Re: A bug when use get_bit() function for a long bytea string