Add a SHOW command to the replication command language.
Robert Haas <rhaas@postgresql.org>
Add a SHOW command to the replication command language. This is useful infrastructure for an upcoming proposed patch to allow the WAL segment size to be changed at initdb time; tools like pg_basebackup need the ability to interrogate the server setting. But it also doesn't seem like a bad thing to have independently of that; it may find other uses in the future. Robert Haas and Beena Emerson. (The original patch here was by Beena, but I rewrote it to such a degree that most of the code being committed here is mine.) Discussion: http://postgr.es/m/CA+TgmobNo4qz06wHEmy9DszAre3dYx-WNhHSCbU9SAwf+9Ft6g@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/protocol.sgml | modified | +24 −0 |
| src/backend/access/common/tupdesc.c | modified | +79 −0 |
| src/backend/replication/repl_gram.y | modified | +20 −2 |
| src/backend/replication/repl_scanner.l | modified | +1 −0 |
| src/backend/replication/walsender.c | modified | +12 −0 |
| src/backend/utils/misc/guc.c | modified | +8 −8 |
| src/include/access/tupdesc.h | modified | +7 −0 |
Documentation touched
Discussion
- increasing the default WAL segment size 250 messages · 2016-08-25 → 2017-09-20