postgresql/src/backend
Heikki Linnakangas 5632d6e18a Don't send "cannot connect" errors on invalid startup packet
Commit 16671ba6e7 moved the code that sends "sorry, too many clients
already" and other such messages, but it had the effect that we would
send that error even if the the startup packet processing failed, e.g.
because the client sent an invalid startup packet. That was not
intentional.

Spotted while reading the code again.
2023-12-30 22:18:54 +02:00
..
access Fix incorrect data type choices in some read and write calls. 2023-12-27 11:02:53 -05:00
archive
backup Fix incorrect data type choices in some read and write calls. 2023-12-27 11:02:53 -05:00
bootstrap
catalog Make all Perl warnings fatal 2023-12-29 18:20:00 +01:00
commands Fix bugs in manipulation of large objects. 2023-12-15 13:55:05 -05:00
executor Fix BEFORE ROW trigger handling in cross-partition MERGE update. 2023-12-21 12:55:22 +00:00
foreign Improve "user mapping not found" error message 2023-11-30 05:34:28 +01:00
jit
lib
libpq Fix bugs in manipulation of large objects. 2023-12-15 13:55:05 -05:00
main
nodes Make all Perl warnings fatal 2023-12-29 18:20:00 +01:00
optimizer Make replace_relid() leave argument unmodified 2023-12-27 03:57:57 +02:00
parser Make all Perl warnings fatal 2023-12-29 18:20:00 +01:00
partitioning
po
port
postmaster Don't send "cannot connect" errors on invalid startup packet 2023-12-30 22:18:54 +02:00
regex
replication Fix incorrect format placeholders 2023-12-27 17:39:10 +01:00
rewrite
snowball Make all Perl warnings fatal 2023-12-29 18:20:00 +01:00
statistics
storage Make all Perl warnings fatal 2023-12-29 18:20:00 +01:00
tcop Add support for REINDEX in event triggers 2023-12-04 09:53:49 +09:00
tsearch
utils Add GUC backtrace_on_internal_error 2023-12-30 11:43:57 +01:00
.gitignore
common.mk
Makefile
meson.build Remove MSVC scripts 2023-12-20 09:44:37 +09:00
nls.mk