mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7485] Added support for PostgreSQL connection using Unix sockets.
For using socket connection specify host name as . and port as path to Unix socket directory or . for default path specified in PostgreSQL compile time. Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
9ddb37c6c1
commit
3c819a6269
3 changed files with 16 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7484"
|
||||
#define REVISION_NR "7485"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue