Commit b295cc3b authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo in comment

Author: Masahiko Sawada <sawada.mshk@gmail.com>
parent 1f201a81
...@@ -5660,7 +5660,7 @@ removeExtObjInitPriv(Oid objoid, Oid classoid) ...@@ -5660,7 +5660,7 @@ removeExtObjInitPriv(Oid objoid, Oid classoid)
if (!HeapTupleIsValid(attTuple)) if (!HeapTupleIsValid(attTuple))
continue; continue;
/* when removing, remove all entires, even dropped columns */ /* when removing, remove all entries, even dropped columns */
recordExtensionInitPrivWorker(objoid, classoid, curr_att, NULL); recordExtensionInitPrivWorker(objoid, classoid, curr_att, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment