summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-01-04 14:01:51 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2014-01-04 14:01:51 -0500
commit5858cf8ab2c7a186fab050725992d6ef640e38a5 (patch)
tree58cc782fad5ea88bfe9e08ff49de79d3ac44af06 /src/backend/access/gist/gistutil.c
parent9929975666904bcad6df5cb8fe73451fd4910621 (diff)
downloadpostgresql-5858cf8ab2c7a186fab050725992d6ef640e38a5.tar.gz
Fix header comment for bitncmp().
The result is an int less than, equal to, or greater than zero, in the style of memcmp (and, in fact, exactly the output of memcmp in some cases). This comment previously said -1, 1, or 0, which was an overspecification, as noted by Emre Hasegeli. All of the existing callers appear to be fine with the actual behavior, so just fix the comment. In passing, improve infelicitous formatting of some call sites.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions