mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Some changes to prepare for LONG attributes.
Jan
This commit is contained in:
@ -190,7 +190,7 @@ void CreateComments(Oid oid, char *comment) {
|
||||
desctuple);
|
||||
CatalogCloseIndices(Num_pg_description_indices, idescs);
|
||||
}
|
||||
pfree(desctuple);
|
||||
heap_freetuple(desctuple);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user