aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2021-04-16 16:54:04 -0400
committerAndrew Dunstan <andrew@dunslane.net>2021-04-16 17:19:08 -0400
commit3c5b0685b921533f37622345beb0f8dd49200c01 (patch)
treea6263a89486cf48ff323b30e741986987c0582bf /src/backend/access/gist/gistbuild.c
parentef387bed87f2787b1012e68e9a33607a1074c123 (diff)
downloadpostgresql-3c5b0685b921533f37622345beb0f8dd49200c01.tar.gz
postgresql-3c5b0685b921533f37622345beb0f8dd49200c01.zip
Allow TestLib::slurp_file to skip contents, and use as needed
In order to avoid getting old logfile contents certain functions in PostgresNode were doing one of two things. On Windows it rotated the logfile and restarted the server, while elsewhere it truncated the log file. Both of these are unnecessary. We borrow from the buildfarm which does this instead: note the size of the logfile before we start, and then when fetching the logfile skip to that position before accumulating contents. This is spelled differently on Windows but the effect is the same. This is largely centralized in TestLib's slurp_file function, which has a new optional parameter, the offset to skip to before starting to reading the file. Code in the client becomes much neater. Backpatch to all live branches. Michael Paquier, slightly modified by me. Discussion: https://postgr.es/m/YHajnhcMAI3++pJL@paquier.xyz
Diffstat (limited to 'src/backend/access/gist/gistbuild.c')
0 files changed, 0 insertions, 0 deletions