Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out()
Date
Msg-id 1652328.1781290962@sss.pgh.pa.us
Whole thread
In response to Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out()  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out()
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> This is upsetting cross version upgrade tests, I assume since we didn't 
> backport it to branches older than 14.
> Not sure what the best solution is. Drop the table, or at least the 
> offending row?

I'd vote for teaching AdjustUpgrade.pm to delete just the problematic
row.  No reason to remove more test surface than we have to.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out()
Next
From: Ayush Tiwari
Date:
Subject: Re: Do quoting more carefully in replication commands