pgsql/contrib/btree_gist btree_gist.c

Started by Tom Lanealmost 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/08/23 11:07:41

Modified files:
contrib/btree_gist: btree_gist.c

Log message:
tskey_cmp() should use timestamp_cmp() instead of doing its own
interval arithmetic. From Teodor Sigaev.