summaryrefslogtreecommitdiff
path: root/src/tutorial
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-05-15 15:58:01 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2014-05-15 15:58:01 -0400
commit9601cb7bcc8f838b14e5286073b016044604790b (patch)
treef4d5420a3dd41ed070089fa9f4b20ee63cc3d790 /src/tutorial
parent479a36f23479417eb50b4eac74c0c0e1ce9cd7ee (diff)
Fix unportable setvbuf() usage in initdb.
In yesterday's commit 2dc4f011fd61501cce507be78c39a2677690d44b, I tried to force buffering of stdout/stderr in initdb to be what it is by default when the program is run interactively on Unix (since that's how most manual testing is done). This tripped over the fact that Windows doesn't support _IOLBF mode. We dealt with that a long time ago in syslogger.c by falling back to unbuffered mode on Windows. Export that solution in port.h and use it in initdb. Back-patch to 8.4, like the previous commit.
Diffstat (limited to 'src/tutorial')
0 files changed, 0 insertions, 0 deletions