mirror of
https://github.com/postgres/postgres.git
synced 2025-10-17 00:06:40 -04:00
Because of the new SLOT clause in the START_REPLICATION command, it's possible for the command to end up too long for the old maximum buffer length. Andres Freund