Tom Lane 9561f6e977 Fix missing initialization of buffer_std field in _bt_newroot().
This would only have any effect if the old root page needed to have
a full-page image made (ie, this was the first mod to it since a
checkpoint), *and* if the byte left uninitialized chanced to contain
zero.  In that case the WAL code would fail to remove the "hole" from
the full-page image, which would bloat the WAL log a bit but not have
any effect worse than that.  Found by buildfarm member skink, whose
valgrind run noticed the use of an uninitialized value.  Apparently
timing in the regression tests is such that the triggering condition
is rare, or valgrind testing would have seen this before.

Oversight in commit 40dae7ec537c5619fc93ad602c62f37be786d161.  This
bug affects only the 9.4 branch, since in later branches refactoring
of the WAL-log-creation APIs fixed it.

Report: <20160521203101.jp5yxquhhkabvo56@alap3.anarazel.de>
2016-05-21 17:37:16 -04:00
2013-08-13 20:08:44 -04:00
2013-10-19 10:56:52 -04:00
2010-09-20 22:08:53 +02:00
2016-05-09 16:52:03 -04:00
2016-05-09 16:52:03 -04:00
2016-01-02 13:33:39 -05:00
2014-02-12 18:16:17 -05:00
2011-02-15 06:52:12 +02:00

PostgreSQL Database Management System
=====================================

This directory contains the source code distribution of the PostgreSQL
database management system.

PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, user-defined types
and functions.  This distribution also contains C language bindings.

PostgreSQL has many language interfaces, many of which are listed here:

	http://www.postgresql.org/download

See the file INSTALL for instructions on how to build and install
PostgreSQL.  That file also lists supported operating systems and
hardware platforms and contains information regarding any other
software packages that are required to build or run the PostgreSQL
system.  Copyright and license information can be found in the
file COPYRIGHT.  A comprehensive documentation set is included in this
distribution; it can be read as described in the installation
instructions.

The latest version of this software may be obtained at
http://www.postgresql.org/download/.  For more information look at our
web site located at http://www.postgresql.org/.
Description
No description provided
Readme 465 MiB
Languages
C 84.9%
PLpgSQL 6.1%
Perl 4.7%
Yacc 1.2%
Meson 0.7%
Other 2.2%