diff options
author | Tatsuo Ishii | 2025-07-15 05:30:47 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2025-07-15 05:30:47 +0000 |
commit | 523b3d94d9b9bd5e66d547ef2c588e7205522078 (patch) | |
tree | b9540b4584100ce99e6fa5fe7a9a28048cb6c495 /src/utils | |
parent | 0e80ac4e57bb80db9614904878ea51dd04c845ef (diff) |
Starting from PostgreSQL 18, frontend/backend protocol has been
changed to 3.2. In the changes the BackendKeyData and query cancel
message are modified to allow variable length cancel key.
This commit implements the changes and now we can connect to
PostgreSQL frontend and backend using 3.2 protocol.
Example session is:
PGMAXPROTOCOLVERSION="3.2" psql -p 11000 test
Author: Tatsuo Ishii <ishii@postgresql.org>
Discussion: https://www.postgresql.org/message-id/20250714.155710.1706961744888449986.ishii%40postgresql.org
Diffstat (limited to 'src/utils')
0 files changed, 0 insertions, 0 deletions