You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Initialize tableoid field correctly when dumping foreign data wrappers and
servers. AFAICT it's harmless at the moment because nothing can depend oneither, but as soon as we introduce an object type with such dependencies,tableoid needs to be set or pg_dump will fail to interpret the dependenciescorrectly. In theory, I guess the uninitialized garbage in tableoid couldcause the object to be mistaken for some other object with same OID as well.