mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Fix typo in comment
Author: Masahiko Sawada <sawada.mshk@gmail.com>
This commit is contained in:
parent
1f201a818a
commit
b295cc3b9a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user