mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Rename int4 to int32 in a few places.
This commit is contained in:
@ -394,7 +394,7 @@ CommentDatabase(char *database, char *comment)
|
||||
HeapScanDesc scan;
|
||||
Oid oid;
|
||||
bool superuser;
|
||||
int4 dba;
|
||||
int32 dba;
|
||||
Oid userid;
|
||||
|
||||
/*** First find the tuple in pg_database for the database ***/
|
||||
|
Reference in New Issue
Block a user