1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/src
David Steele 3aedcd1776 Enable FD_CLOEXEC.
PostgreSQL enables this option when available which seems like a good idea since we also do not share connections between processes.

Note that as in PostgreSQL there is no way to disable this option.
2020-04-01 17:20:47 -04:00
..
build Begin v2.26 development. 2020-03-26 17:20:58 -04:00
command Add SocketClient object. 2020-03-31 12:43:29 -04:00
common Enable FD_CLOEXEC. 2020-04-01 17:20:47 -04:00
config Rename tcp-keep-alive option to sck-keep-alive. 2020-04-01 15:44:51 -04:00
db Move common/object.h to common/type/object.h. 2020-03-30 20:52:57 -04:00
info Move common/object.h to common/type/object.h. 2020-03-30 20:52:57 -04:00
postgres Move common/object.h to common/type/object.h. 2020-03-30 20:52:57 -04:00
protocol Move common/object.h to common/type/object.h. 2020-03-30 20:52:57 -04:00
storage Move common/object.h to common/type/object.h. 2020-03-30 20:52:57 -04:00
.gitignore Use a checksum to build configure.ac more efficiently. 2020-03-14 12:39:29 -04:00
build.auto.h.in Add lz4 compression support. 2020-03-10 14:45:27 -04:00
configure Begin v2.26 development. 2020-03-26 17:20:58 -04:00
main.c Add repo-create, repo-get, repo-put, and repo-rm commands. 2020-03-09 17:15:03 -04:00
Makefile.in Rename tcp-keep-alive option to sck-keep-alive. 2020-04-01 15:44:51 -04:00
version.h Begin v2.26 development. 2020-03-26 17:20:58 -04:00