tskey_cmp() should use timestamp_cmp() instead of doing its own

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 07f6c02eac2d4606a13566fca455f88dcc545de6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-08-23T15:07:41Z
Releases: 7.2.1
tskey_cmp() should use timestamp_cmp() instead of doing its own
interval arithmetic.  From Teodor Sigaev.

Files

PathChange+/−
contrib/btree_gist/btree_gist.c modified +7 −15