diff options
author | Andres Freund <andres@anarazel.de> | 2022-07-18 17:06:34 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-07-18 17:22:35 -0700 |
commit | 92f478657c5544eba560047c39eba8a030ddb83e (patch) | |
tree | 9b3ef965f441db81a9e5483163389565a314d5f9 /src/backend/utils/adt/jsonpath_exec.c | |
parent | 1ab07198363744eea5620d964570e674dc7eeb52 (diff) | |
download | postgresql-92f478657c5544eba560047c39eba8a030ddb83e.tar.gz postgresql-92f478657c5544eba560047c39eba8a030ddb83e.zip |
windows: msvc: Define STDIN/OUT/ERR_FILENO.
Because they are not available we've used _fileno(stdin) in some places, but
that doesn't reliably work, because stdin might be closed. This is the
prerequisite of the subsequent commit, fixing a failure introduced in
76e38b37a5.
Author: Andres Freund <andres@anarazel.de>
Reported-By: Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>
Message-Id: 20220520164558.ozb7lm6unakqzezi@alap3.anarazel.de (on pgsql-packagers)
Backpatch: 15-, where 76e38b37a5 came in
Diffstat (limited to 'src/backend/utils/adt/jsonpath_exec.c')
0 files changed, 0 insertions, 0 deletions