aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2020-11-15 17:09:31 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2020-11-15 17:09:31 +0200
commit39f9f04b57844143c7f510cc901501057103bfe4 (patch)
tree41b6dc68b7b266843162c1e9a3c04d16715210a1 /src/backend/access/gist/gistproc.c
parentb7edb5d96e7c70fc4e522e4ca1f893e815fa5502 (diff)
downloadpostgresql-39f9f04b57844143c7f510cc901501057103bfe4.tar.gz
postgresql-39f9f04b57844143c7f510cc901501057103bfe4.zip
Fix timing issue in pg_rewind test.
The test inserts a row in primary server, waits until the insertion has been replicated to a cascaded standby, and checks that it's visible there by querying the cascaded standby. In order for that to work reliably, the test needs to wait until the insertion WAL record has been fully replayed. This should fix the occasional buildfarm failures. Diagnosis by Tom Lane. Discussion: https://www.postgresql.org/message-id/606796.1605424022@sss.pgh.pa.us
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions