]> granicus.if.org Git - postgresql/commit
Add timestamp-versus-timestamptz cross-type comparison functions,
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Mar 2004 01:38:18 +0000 (01:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Mar 2004 01:38:18 +0000 (01:38 +0000)
commit0de45c1c2753763c5ca7d4904075e2cae80bb353
tree9d4b34360c540365318a2e0c49dc1f9891b41464
parentf938c2b91bebb7f436a3615cf86347d7261f71e8
Add timestamp-versus-timestamptz cross-type comparison functions,
flesh out the index operator classes to include these.  In passing,
fix erroneous volatility marking of ACL functions.
src/backend/utils/adt/timestamp.c
src/include/catalog/catversion.h
src/include/catalog/pg_amop.h
src/include/catalog/pg_amproc.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/utils/timestamp.h
src/test/regress/expected/opr_sanity.out
src/test/regress/sql/opr_sanity.sql