mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Initial MVCC code.
New code for locking buffer' context.
This commit is contained in:
@ -174,7 +174,7 @@ DropProceduralLanguage(DropPLangStmt *stmt)
|
||||
}
|
||||
|
||||
rel = heap_openr(LanguageRelationName);
|
||||
heap_delete(rel, &langTup->t_self);
|
||||
heap_delete(rel, &langTup->t_self, NULL);
|
||||
|
||||
pfree(langTup);
|
||||
heap_close(rel);
|
||||
|
Reference in New Issue
Block a user