aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvalidate.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-12-27 17:15:26 +0100
committerPeter Eisentraut <peter@eisentraut.org>2023-12-27 17:15:26 +0100
commita7ebd82b9e50960cac59868fa1dd3cbe12de8c7b (patch)
treead7b24aa33848dbdad8e57fb5f3a9cfca2308ed2 /src/backend/access/gist/gistvalidate.c
parent98c6231d198a98b1c5ec9d400cd5593752fa9de9 (diff)
downloadpostgresql-a7ebd82b9e50960cac59868fa1dd3cbe12de8c7b.tar.gz
postgresql-a7ebd82b9e50960cac59868fa1dd3cbe12de8c7b.zip
Fix a warning in Perl test code
The code was passing a scalar argument to node->restart(), but it was expecting a hash, which causes a warning from Perl ("Odd number of elements in hash assignment"). But the node->restart() function doesn't take a mode argument anyway. This was probably copied from an incorrect comment (see commit 750c59d7ec). The default restart mode is already "fast", so the test should still be semantically correct without explicitly specifying the mode. Discussion: https://www.postgresql.org/message-id/e3f4bf1b-63d3-408a-b07e-d35a0fdf1b98@eisentraut.org
Diffstat (limited to 'src/backend/access/gist/gistvalidate.c')
0 files changed, 0 insertions, 0 deletions