On Mon, Jul 25, 2022 at 1:24 PM Japin Li <japi...@hotmail.com> wrote: > > > Hi, hackers > > I found the misc_sanity has a SQL to check system catalogs that > do not have primary keys, however, in current exceptions it says > pg_depend, pg_shdepend don't have a unique key. > > Should we fix it?
Indeed. There's a clear difference between primary key and unique key. The patch LGTM. Regards, Bharath Rupireddy.