Minor test adjustment.
Dept of second thoughts: given the RESET SESSION AUTHORIZATION that
was just added by commit cec550139, we don't need the reconnection
that used to be here. Might as well buy back a few microseconds.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commit
Add a regression test case to improve code coverage for tuplesort.
Test the external-sort code path in CLUSTER for two different scenarios:
multiple-pass external sorting, and the best case for replacement
selection, where only one run is produced, so that no merge is required.
This test would hav
Fix obsolete header-file reference in pg_buffercache docs.
Commit 2d0019049 moved enum ForkNumber from relfilenode.h into relpath.h,
but missed updating this documentation reference.
Alexander Law
Branch
--
REL9_5_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/b8a5780c1d4b86
Fix obsolete header-file reference in pg_buffercache docs.
Commit 2d0019049 moved enum ForkNumber from relfilenode.h into relpath.h,
but missed updating this documentation reference.
Alexander Law
Branch
--
REL9_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/9466d37421cdd6
Fix obsolete header-file reference in pg_buffercache docs.
Commit 2d0019049 moved enum ForkNumber from relfilenode.h into relpath.h,
but missed updating this documentation reference.
Alexander Law
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/91c0eb5040cde36a62a34
Add missing hyphen
Pointed out by Alexander Law
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/42ec6c2da699e8e0b1774988fa97297a2cdf716c
Modified Files
--
doc/src/sgml/runtime.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Sent via pgsql