mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
More modifications to make building more interactive:
Allow installer to change DEF_PGPORT Allow installer to disable HBA
This commit is contained in:
@@ -129,16 +129,16 @@
|
||||
/*
|
||||
* 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.
|
||||
* and the postconfig hook. (set by build script)
|
||||
*/
|
||||
|
||||
#define DEF_PGPORT "5432"
|
||||
#undef DEF_PGPORT
|
||||
|
||||
/*
|
||||
* If you do not plan to use Host based authentication,
|
||||
* comment out the following line
|
||||
* comment out the following line (set by build script)
|
||||
*/
|
||||
#define HBA
|
||||
#undef HBA
|
||||
|
||||
/*
|
||||
* On architectures for which we have not implemented spinlocks (or
|
||||
|
Reference in New Issue
Block a user