summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTomas Vondra2018-10-12 12:32:54 +0000
committerTomas Vondra2018-10-12 12:35:34 +0000
commit1cc1df104888bd4fd2c9c86aa6846543c78609be (patch)
treedbe06f2daabdfa661b418d8e91d81dc88a7c6b6f /configure
parentcf2518f48d2d1daf0807a774177b21f9549ec8a7 (diff)
Fix incorrect comparison in pgxcnode_gethashHEADmaster
The check is supposed to ensure NULL/empty nodename gets hashed to 0, but (nodename == '\0') is comparing the pointer itself, not the first character. So dereference that correctly.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions