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

From i.taranov@postgrespro.ru
Subject [PATCH] postgresql.conf.sample->postgresql.conf.sample.in
Date
Msg-id 20cfca1440bb49b6af7f46234a01502d@postgrespro.ru
Whole thread Raw
Responses Re: [PATCH] postgresql.conf.sample->postgresql.conf.sample.in  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
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: "movead.li@highgo.ca"
Date:
Subject: Re: A bug when use get_bit() function for a long bytea string
Next
From: "movead.li@highgo.ca"
Date:
Subject: Re: A bug when use get_bit() function for a long bytea string