aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/encode.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2021-01-13 20:57:21 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2021-01-13 20:58:51 +0200
commit5abca4b1cd7193d6a5c8235c97eb240312190bcb (patch)
treeb393aca2e391c4cb32c06920a9eed663c9b54994 /src/backend/utils/adt/encode.c
parent06ed235adeb621a73cafd6ab35fa2405b3177329 (diff)
downloadpostgresql-5abca4b1cd7193d6a5c8235c97eb240312190bcb.tar.gz
postgresql-5abca4b1cd7193d6a5c8235c97eb240312190bcb.zip
Fix test failure with wal_level=minimal.
The newly-added gist pageinspect test prints the LSNs of GiST pages, expecting them all to be 1 (GistBuildLSN). But with wal_level=minimal, they got updated by the whole-relation WAL-logging at commit. Fix by wrapping the problematic tests in the same transaction with the CREATE INDEX. Per buildfarm failure on thorntail. Discussion: https://www.postgresql.org/message-id/3B4F97E5-40FB-4142-8CAA-B301CDFBF982%40iki.fi
Diffstat (limited to 'src/backend/utils/adt/encode.c')
0 files changed, 0 insertions, 0 deletions