Re: Query result differences between PostgreSQL 17 vs 16 - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: Query result differences between PostgreSQL 17 vs 16
Date
Msg-id Z9DAExs0YGLITyaZ@momjian.us
Whole thread Raw
In response to Re: Query result differences between PostgreSQL 17 vs 16  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Query result differences between PostgreSQL 17 vs 16
List pgsql-bugs
On Tue, Mar 11, 2025 at 06:19:49PM -0400, Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > Uh, if we fixed this for NULL optimization and backpatched, should we do
> > the same for:
> >     Parameter NOT NULL to CREATE DOMAIN not the same as CHECK (VALUE IS NOT NULL)
> >     https://www.postgresql.org/message-id/flat/173591158454.714.7664064332419606037%40wrigleys.postgresql.org
> 
> This is unrelated to that.

Well, I was trying to figure out if we should be changing the NULL
handling in 17.X, but now that you have done it with one patch, it seems
the above URL patch should also be applied and backpatched to 17, no?

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Do not let urgent matters crowd out time for investment in the future.



pgsql-bugs by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: BUG #18828: Crash when pg_get_logical_snapshot_meta() passed empty string
Next
From: Tom Lane
Date:
Subject: Re: Query result differences between PostgreSQL 17 vs 16