Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.

Noah Misch <noah@leadboat.com>

Commit: e8e3e67490f593a3669c762b50b2aa3a11208654
Author: Noah Misch <noah@leadboat.com>
Date: 2021-01-30T08:12:05Z
Releases: 13.2
Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.

CREATE PUBLICATION has failed spuriously when applied to a permanent
relation created or rewritten in the current transaction.  Make the same
change to another site having the same semantic intent; the second
instance has no user-visible consequences.  Back-patch to v13, where
commit c6b92041d38512a4176ed76ad06f713d2e6c01a8 broke this.

Kyotaro Horiguchi

Discussion: https://postgr.es/m/20210113.160705.2225256954956139776.horikyota.ntt@gmail.com

Files

Discussion