mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Some changes to prepare for LONG attributes.
Jan
This commit is contained in:
@ -183,6 +183,6 @@ DropProceduralLanguage(DropPLangStmt *stmt)
|
||||
|
||||
heap_delete(rel, &langTup->t_self, NULL);
|
||||
|
||||
pfree(langTup);
|
||||
heap_freetuple(langTup);
|
||||
heap_close(rel, RowExclusiveLock);
|
||||
}
|
||||
|
Reference in New Issue
Block a user