Skip to content

Commit 7d05f96

Browse files
committed
Merge branch 'PGPROEE9_6' into PGPROEE9_6_ALPHA
2 parents 84bdff9 + 5e1e4ec commit 7d05f96

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

contrib/pg_query_state/pg_query_state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ pg_query_state(PG_FUNCTION_ARGS)
477477
FuncCallContext *funcctx;
478478
MemoryContext oldcontext;
479479
pg_qs_fctx *fctx;
480-
const int N_ATTRS = 5;
480+
#define N_ATTRS 5
481481
pid_t pid = PG_GETARG_INT32(0);
482482

483483
if (SRF_IS_FIRSTCALL())

doc/src/sgml/pgpathman.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ set_init_callback(relation REGCLASS, callback REGPROC DEFAULT 0)
395395
</sect2>
396396
<sect2 id="views-and-tables">
397397
<title>Views and tables</title>
398-
<sect3 id="pathman_config-main-config-storage">
398+
<sect3 id="pathman-config-main-config-storage">
399399
<title><literal>pathman_config</literal> --- main config
400400
storage</title>
401401
<programlisting>
@@ -411,7 +411,7 @@ CREATE TABLE IF NOT EXISTS pathman_config (
411411
This table stores a list of partitioned tables.
412412
</para>
413413
</sect3>
414-
<sect3 id="pathman_config_params-optional-parameters">
414+
<sect3 id="pathman-config-params-optional-parameters">
415415
<title><literal>pathman_config_params</literal> --- optional
416416
parameters</title>
417417
<programlisting>
@@ -426,7 +426,7 @@ CREATE TABLE IF NOT EXISTS pathman_config_params (
426426
behavior.
427427
</para>
428428
</sect3>
429-
<sect3 id="pathman_concurrent_part_tasks-currently-running-partitioning-workers">
429+
<sect3 id="pathman-concurrent-part-tasks-currently-running-partitioning-workers">
430430
<title><literal>pathman_concurrent_part_tasks</literal> ---
431431
currently running partitioning workers</title>
432432
<programlisting>
@@ -450,7 +450,7 @@ AS SELECT * FROM show_concurrent_part_tasks();
450450
tasks.
451451
</para>
452452
</sect3>
453-
<sect3 id="pathman_partition_list-list-of-all-existing-partitions">
453+
<sect3 id="pathman-partition-list-list-of-all-existing-partitions">
454454
<title><literal>pathman_partition_list</literal> --- list of all
455455
existing partitions</title>
456456
<programlisting>
@@ -903,7 +903,7 @@ WHERE id = any (SELECT * FROM some_table limit 4);
903903
(3 rows)
904904
</programlisting>
905905
</sect3>
906-
<sect3 id="disabling-pg_pathman">
906+
<sect3 id="disabling-pg-pathman">
907907
<title>Disabling <literal>pg_pathman</literal></title>
908908
<para>
909909
There are several user-accessible

doc/src/sgml/release-pro-9.6.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Postgres Pro 9.6.0.1</title>
55
<note>
66
<title>Release Date</title>
7-
<simpara>2016-10-10</simpara>
7+
<simpara>2016-10-12</simpara>
88
</note>
99
<sect2>
1010
<title>Overview</title>

0 commit comments

Comments
 (0)