postgresql/src/backend
Andres Freund 6bc4d95fcc Error out if waiting on socket readiness without a specified socket.
Previously we just ignored such an attempt, but that seems to serve no
purpose but making things harder to debug.

Discussion: 20160114143931.GG10941@awork2.anarazel.de
    20151230173734.hx7jj2fnwyljfqek@alap3.anarazel.de
Reviewed-By: Robert Haas
2016-03-18 11:46:45 -07:00
..
access Fix typos. 2016-03-15 18:06:11 -04:00
bootstrap Provide much better wait information in pg_stat_activity. 2016-03-10 12:44:09 -05:00
catalog Introduce parse_ident() 2016-03-18 18:16:14 +03:00
commands Directly modify foreign tables. 2016-03-18 13:55:52 -04:00
executor Directly modify foreign tables. 2016-03-18 13:55:52 -04:00
foreign Remove a couple of useless pstrdup() calls. 2016-03-09 23:29:05 -05:00
lib Add two HyperLogLog functions 2016-01-19 17:40:15 -03:00
libpq Fix typos. 2016-03-15 18:06:11 -04:00
main Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 2016-03-10 14:10:18 +01:00
nodes Directly modify foreign tables. 2016-03-18 13:55:52 -04:00
optimizer Directly modify foreign tables. 2016-03-18 13:55:52 -04:00
parser Introduce parse_ident() 2016-03-18 18:16:14 +03:00
po
port Error out if waiting on socket readiness without a specified socket. 2016-03-18 11:46:45 -07:00
postmaster Another comment update. 2016-03-16 14:28:25 -04:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Provide much better wait information in pg_stat_activity. 2016-03-10 12:44:09 -05:00
rewrite Improve error message for rejecting RETURNING clauses with dropped columns. 2016-02-29 19:11:38 -05:00
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Add idle_in_transaction_session_timeout. 2016-03-16 11:30:45 -04:00
tcop Add idle_in_transaction_session_timeout. 2016-03-16 11:30:45 -04:00
tsearch Improve support of Hunspell 2016-03-17 17:23:38 +03:00
utils Introduce parse_ident() 2016-03-18 18:16:14 +03:00
.gitignore
common.mk
Makefile Add support for systemd service notifications 2016-02-02 21:04:29 -05:00
nls.mk