This patch fixes a probably harmless write of uninitialized memory in
Bruce Momjian <bruce@momjian.us>
This patch fixes a probably harmless write of uninitialized memory in the statistics collector and makes a number of corrections to the documentation for SET, SHOW, and COPY. Neil Conway
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/copy.sgml | modified | +12 −14 |
| doc/src/sgml/ref/set.sgml | modified | +7 −4 |
| doc/src/sgml/ref/show.sgml | modified | +13 −7 |
| src/backend/postmaster/pgstat.c | modified | +2 −3 |