invalid non-zero objectSubId for object class - Mailing list pgsql-general

From Michel Pelletier
Subject invalid non-zero objectSubId for object class
Date
Msg-id CACxu=vLUD4WRwbFEGXTTdqqAiYTDn5JZ+R9cxJnsvQPpPffm=w@mail.gmail.com
Whole thread Raw
Responses Re: invalid non-zero objectSubId for object class
List pgsql-general
On a 12.3 AWS RDS instance, I get the following error when trying to drop either of two tables:

dev=> drop table current_flight;
ERROR:  invalid non-zero objectSubId for object class 297108
dev=> drop table flight;
ERROR:  invalid non-zero objectSubId for object class 297108

I can create and drop new tables, but these two I cannot drop.

Both tables were at one point replicated using pglogical, but I've removed them from their replication sets and nothing depends on them that I can see.  The replication of other tables is still proceeding normally.

Anyone have any thoughts on this?  The db was also upgraded seemingly successfully from 12.2 a couple of days ago and otherwise seems to be working fine.

Thanks for any pointers!

-Michel


pgsql-general by date:

Previous
From: Tim Cross
Date:
Subject: Re: Efficiently advancing a sequence without risking it going backwards.
Next
From: Tom Lane
Date:
Subject: Re: invalid non-zero objectSubId for object class