mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Cleanup use of 16 that should be NAMEDATALEN.
This commit is contained in:
@@ -83,7 +83,7 @@ typedef enum {
|
||||
#define NO_AUTHENTICATION 7
|
||||
#define PATH_SIZE 64
|
||||
#define ARGV_SIZE 64
|
||||
#define NAMEDATALEN 16
|
||||
#define NAMEDATALEN 32
|
||||
|
||||
typedef unsigned int ProtocolVersion;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user