]> granicus.if.org Git - postgresql/commit
tskey_cmp() should use timestamp_cmp() instead of doing its own
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Aug 2001 15:07:41 +0000 (15:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Aug 2001 15:07:41 +0000 (15:07 +0000)
commit07f6c02eac2d4606a13566fca455f88dcc545de6
treeafaff5b9c2bb7d6f1c1a3d0d7eb86193f3845650
parent839c7924ec799a0cc44e1a842e2b1e95d7709451
tskey_cmp() should use timestamp_cmp() instead of doing its own
interval arithmetic.  From Teodor Sigaev.
contrib/btree_gist/btree_gist.c