]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add fflush() before popen() calls; avoids any possible problem with
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Nov 2003 17:30:41 +0000 (17:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Nov 2003 17:30:41 +0000 (17:30 +0000)
commit81e51ddc14ba41b435681810cf845e6a9febb037
treefb3a3d433459d2128d392a9b8445447c79774571
parent0104fc11b98ae38fd226215fa2875389c91fd6ab
Add fflush() before popen() calls; avoids any possible problem with
double or out-of-sequence output with child process.
src/bin/initdb/initdb.c