Re: using index or check in ALTER TABLE SET NOT NULL - Mailing list pgsql-hackers

From Sergei Kornilov
Subject Re: using index or check in ALTER TABLE SET NOT NULL
Date
Msg-id 2123251552490241@myt6-fe24916a5562.qloud-c.yandex.net
Whole thread Raw
In response to Re: using index or check in ALTER TABLE SET NOT NULL  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: using index or check in ALTER TABLE SET NOT NULL
List pgsql-hackers
Hi

> The buildfarm thinks additional nitpicking is needed.

hm. Patch was committed with debug1 level tests and many animals uses log_statement = 'all'. Therefore they have
additionalline in result: LOG:  statement: alter table pg_class alter column relname drop not null; and similar for
otherqueries.
 
I think we better would be to revert "set client_min_messages to 'debug1';"  part.

regards, Sergei


pgsql-hackers by date:

Previous
From: tushar
Date:
Subject: Re: Minimal logical decoding on standbys
Next
From: Paul Ramsey
Date:
Subject: Re: Compressed TOAST Slicing