CVSROOT: /home/projects/pgsql/cvsrootModule name: pgsqlChanges 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.