mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Major code cleanup following the pg_password insertion...
...malloc/free -> palloc/pfree ...fopen/fclose -> AllocateFile/FreeFile
This commit is contained in:
@ -176,7 +176,6 @@ extern void AlterUser(AlterUserStmt *stmt) {
|
||||
bool exists = false,
|
||||
n,
|
||||
inblock;
|
||||
int max_id = -1;
|
||||
|
||||
if (!(inblock = IsTransactionBlock()))
|
||||
BeginTransactionBlock();
|
||||
|
Reference in New Issue
Block a user