summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_sequence.sgml
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-08-16 13:48:49 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2014-08-16 13:48:49 -0400
commit6ad25325dd6e52db36eb667db68d5601d8fa4acc (patch)
tree557314bdc100653369293a15faba91b0c3bdca35 /doc/src/sgml/ref/create_sequence.sgml
parentc5e2333aaf510dce45d8de7deb461d8569832839 (diff)
Fix bogus return macros in range_overright_internal().
PG_RETURN_BOOL() should only be used in functions following the V1 SQL function API. This coding accidentally fails to fail since letting the compiler coerce the Datum representation of bool back to plain bool does give the right answer; but that doesn't make it a good idea. Back-patch to older branches just to avoid unnecessary code divergence.
Diffstat (limited to 'doc/src/sgml/ref/create_sequence.sgml')
0 files changed, 0 insertions, 0 deletions