]> granicus.if.org Git - postgresql/commit
Can someone please apply this portability patch to genbki.sh ?
authorBruce Momjian <bruce@momjian.us>
Tue, 25 Aug 1998 17:36:18 +0000 (17:36 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 25 Aug 1998 17:36:18 +0000 (17:36 +0000)
commit1682c362a3d58fa962db6febaaf3a32c2b9ba5ae
tree24699c55c0d6cd8327ea4a4d7934a49d28ce28d6
parente0e461e1a300610d50595961d883a8240889ccbf
Can someone please apply this portability patch to genbki.sh ?
(Mark or Bruce?) It fixes a problem when cpp gives a warning when
precompiling /dev/null like:  "/dev/null", line 1: 1506-229 (W)
File is empty.  This leads to a hangup when doing the description
load during initdb, since stderr also ends up in the global1.description
and local1_template1.description

stderr has to be redirected to /dev/null:

Andreas Zeugswetter
src/backend/catalog/genbki.sh