mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
@@ -5660,7 +5660,7 @@ removeExtObjInitPriv(Oid objoid, Oid classoid)
|
||||
if (!HeapTupleIsValid(attTuple))
|
||||
continue;
|
||||
|
||||
/* when removing, remove all entires, even dropped columns */
|
||||
/* when removing, remove all entries, even dropped columns */
|
||||
|
||||
recordExtensionInitPrivWorker(objoid, classoid, curr_att, NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user