]> granicus.if.org Git - postgresql/commit
fflush the \o file, if any, after each backslash command. We already
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 28 Dec 2006 00:29:13 +0000 (00:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 28 Dec 2006 00:29:13 +0000 (00:29 +0000)
commit3a7f5459d7e4b6ab85ec624c1bd94962707cde5b
treeefa34dc63974a42869c71e345506ab17af46aa57
parent36b870623698332144c73e950d6a8f91e883d708
fflush the \o file, if any, after each backslash command.  We already
do this for ordinary SQL commands, so it seems consistent to do it for
backslash commands too.  Per gripe from Rajesh Kumar Mallah.
src/bin/psql/command.c