Clarify temporal FK comments
Started by Paul Jungwirth4 months ago2 messageshackers
Hello,
In RI_ConstraintInfo, a couple new fields say they are operators for
anyrange, but technically they could be for anymultirange instead.
Here is a patch to fix that. (It's too bad that pgindent wants to
break the lines here.)
Yours,
--
Paul ~{:-)
pj@illuminatedcomputing.com
Attachments:
v1-0001-Clarify-comment-about-temporal-foreign-keys.patchtext/x-patch; charset=US-ASCII; name=v1-0001-Clarify-comment-about-temporal-foreign-keys.patchDownload+4-3
Re: Clarify temporal FK comments
On 05.12.25 00:11, Paul A Jungwirth wrote:
In RI_ConstraintInfo, a couple new fields say they are operators for
anyrange, but technically they could be for anymultirange instead.
Here is a patch to fix that. (It's too bad that pgindent wants to
break the lines here.)
committed