Re: Cross-type index comparison support in contrib/btree_gin

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Arseniy Mukhin <arseniy.mukhin.dev@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2025-07-03T19:21:55Z
Lists: pgsql-hackers
Arseniy Mukhin <arseniy.mukhin.dev@gmail.com> writes:
> Sql file is definitely more readable now. I think the patch is ready.
> Should I move it to "Ready for Committer" status or do we need more
> reviews or something?

If you have no further comments, I agree it's ready.  Please mark
as RfC, just for pro-forma process.

			regards, tom lane



Commits

  1. Add more cross-type comparisons to contrib/btree_gin.

  2. Add cross-type comparisons to contrib/btree_gin.

  3. Break out xxx2yyy_opt_overflow APIs for more datetime conversions.