mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +03:00
we need to be able to swallow NOTICE messages, and potentially also ParameterStatus messages (although the latter would be a bit weird), without exiting COPY OUT state. Fix it, and adjust the protocol documentation to emphasize the need for this. Per off-list report from Alexander Galler.