aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistxlog.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-02-06 15:05:23 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2016-02-06 15:05:23 -0500
commit2b94b5ef8df1b037307634f8d0f881e2651d654e (patch)
tree23116f9495ac24df2775aa0a314bfd9e3a3f639c /src/backend/access/gist/gistxlog.c
parent0089dd34aa9bc5a1272c4c2fbcf183a0f983cf73 (diff)
downloadpostgresql-2b94b5ef8df1b037307634f8d0f881e2651d654e.tar.gz
postgresql-2b94b5ef8df1b037307634f8d0f881e2651d654e.zip
Improve HJDEBUG code a bit.
Commit 30d7ae3c76d2de144232ae6ab328ca86b70e72c3 introduced an HJDEBUG stanza that probably didn't compile at the time, and definitely doesn't compile now, because it refers to a nonexistent variable. It doesn't seem terribly useful anyway, so just get rid of it. While I'm fooling with it, use %z modifier instead of the obsolete hack of casting size_t to unsigned long, and include the HashJoinTable's address in each printout so that it's possible to distinguish the activities of multiple hashjoins occurring in one query. Noted while trying to use HJDEBUG to investigate bug #13908. Back-patch to 9.5, because code that doesn't compile is certainly not very helpful.
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions