diff options
Diffstat (limited to 'src/include/config.h')
| -rw-r--r-- | src/include/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/config.h b/src/include/config.h index 377f9ce63e..ff90c1364f 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -159,6 +159,14 @@ /* OIDNAMELEN should be set to NAMEDATALEN + sizeof(Oid) */ #define OIDNAMELEN 36 +/* + * DEF_PGPORT is the TCP port number on which the Postmaster listens by + * default. This can be overriden by command options, environment variables, + * and the postconfig hook. + */ + +#define DEF_PGPORT "5432" + /* turn this on if you prefer European style dates instead of American * style dates */ |
