aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-04-14 13:49:37 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-04-14 13:49:37 -0400
commitc2dc194bdbf5f84ceb433ed416eb389c1234ebc9 (patch)
treef57a9efda68fc1872e536031d8be061570c91543 /src/backend/access/gist/gistbuild.c
parent994f11257328e272a6a43d3de59ffa916cbfbe96 (diff)
downloadpostgresql-c2dc194bdbf5f84ceb433ed416eb389c1234ebc9.tar.gz
postgresql-c2dc194bdbf5f84ceb433ed416eb389c1234ebc9.zip
Adjust signature of walrcv_receive hook.
Commit 314cbfc5da988eff redefined the signature of this hook as typedef int (*walrcv_receive_type) (char **buffer, int *wait_fd); But in fact the type of the "wait_fd" variable ought to be pgsocket, which is what WaitLatchOrSocket expects, and which is necessary if we want to be able to assign PGINVALID_SOCKET to it on Windows. So fix that.
Diffstat (limited to 'src/backend/access/gist/gistbuild.c')
0 files changed, 0 insertions, 0 deletions