mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Renaming cleanup, no pgindent yet.
This commit is contained in:
@@ -80,7 +80,7 @@ char new_field_name[MAX_MESSAGE_LEN+1];
|
||||
CI_set_field_info(self, lf, new_field_name, new_adtid, new_adtsize);
|
||||
}
|
||||
|
||||
return (SOCK_get_errcode(sock) == 0);
|
||||
return SOCK_get_errcode(sock) == 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user