Can someone please apply this portability patch to genbki.sh ?

Bruce Momjian <bruce@momjian.us>

Commit: 1682c362a3d58fa962db6febaaf3a32c2b9ba5ae
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-08-25T17:36:18Z
Releases: 7.1.1
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

Files

PathChange+/−
src/backend/catalog/genbki.sh modified +2 −2