]> granicus.if.org Git - postgresql/commit
Portability fix for old SunOS releases: fflush(NULL)
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Nov 1998 01:52:32 +0000 (01:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Nov 1998 01:52:32 +0000 (01:52 +0000)
commit9fc69f5a67d92aa39142851c3d32c658e3a3ee09
tree97cfb360e87cc83ed70265ceba1d4652d893137d
parent932dbd1c30d5cba05fe45673873e66c549e91636
Portability fix for old SunOS releases: fflush(NULL)
doesn't work there.  Fortunately the postmaster only has stdout and
stderr to flush.
src/backend/postmaster/postmaster.c