diff options
author | Andres Freund <andres@anarazel.de> | 2015-07-07 12:47:44 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-07-07 13:07:50 +0200 |
commit | 1790b35baf52fff7f670f7cc1159a1b40b36e701 (patch) | |
tree | 94b106e36abc8b7a091faf6d1a81dd53cca0f0cc /src/bin/psql/command.c | |
parent | 0471894a6f01007752abd37ca493ed371a720bdd (diff) | |
download | postgresql-1790b35baf52fff7f670f7cc1159a1b40b36e701.tar.gz postgresql-1790b35baf52fff7f670f7cc1159a1b40b36e701.zip |
Fix pg_recvlogical not to fsync output when it's a tty or pipe.
The previous coding tried to handle possible failures when fsyncing a
tty or pipe fd by accepting EINVAL - but apparently some
platforms (windows, OSX) don't reliably return that. So instead check
whether the output fd refers to a pipe or a tty when opening it.
Reported-By: Olivier Gosseaume, Marko Tiikkaja
Discussion: 559AF98B.3050901@joh.to
Backpatch to 9.4, where pg_recvlogical was added.
Diffstat (limited to 'src/bin/psql/command.c')
0 files changed, 0 insertions, 0 deletions