This patch fixes a probably harmless write of uninitialized memory in

Bruce Momjian <bruce@momjian.us>

Commit: 6b64704e4f918b10431b51f2739d3874ef999151
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-08-04T05:09:36Z
Releases: 7.3.1
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

PathChange+/−
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