Re: Patch for bug #17056 fast default on non-plain table - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Patch for bug #17056 fast default on non-plain table
Date
Msg-id 1028251.1623951951@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch for bug #17056 fast default on non-plain table  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Patch for bug #17056 fast default on non-plain table  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> revised patch attached.

OK.  One other point is that in HEAD, you only need the hunk that
prevents atthasmissing from becoming incorrectly set.  The hacks
to cope with it being already wrong are only needed in the back
branches.  Since we already forced initdb for beta2, there will
not be any v14 installations in which pg_attribute contains
a wrong value.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints
Next
From: Robert Haas
Date:
Subject: Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints