From fc1de4ee558a3dcaad58b8643603dc75c2a2ee7b Mon Sep 17 00:00:00 2001 From: Pavan Deolasee Date: Fri, 19 Feb 2016 16:15:48 +0530 Subject: [PATCH] Fix docs and Makefile so that "make dist" works correctly --- GNUmakefile.in | 2 +- doc/src/sgml/installation.sgml | 43 +++++++++++++++++----------------- 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 74b583e8c8..78a915bb22 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -77,7 +77,7 @@ GNUmakefile: GNUmakefile.in $(top_builddir)/config.status ########################################################################## -distdir = postgresql-$(VERSION) +distdir = postgres-xl-$(XLVERSION) dummy = =install= garbage = =* "#"* ."#"* *~* *.orig *.rej core postgresql-* diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index b8bdd0ec20..dd1222d485 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2040,13 +2040,13 @@ postgres$ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data min_pool_size - + A Coordinator is associated with a connection pooler which takes care of connections with other Coordinators and Datanodes. This parameter specifies minimum number of connection to pool. If you're not configuring the Postgres-XL cluster in an unbalanced way, you should specify the same value to all the Coordinators. - + @@ -2125,9 +2125,7 @@ postgres$ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data will not use this entire amount at once, but will increase the request size over time if many requests are done in a short time frame in the same session. After a short time without any sequence requests, the - number of sequences decreases back down to 1. Note that any settings - here are overriden if the CACHE clause was used in or . + number of sequences decreases back down to 1. @@ -2158,9 +2156,7 @@ postgres$ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data pgxc_node_name - Specify the name of this cluster node. This name index refers to the - element of pgxc_node - .node_name value, to identify the node self. + Specify the name of this cluster node. @@ -2244,6 +2240,7 @@ postgres$ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data + gtm_port @@ -2353,20 +2350,22 @@ postgres --datanode -D /usr/local/pgsql/Datanode - - Finally, you can start a Coordinator like: - -postgres --coordinator -D /usr/local/pgsql/Coordinator - - This will start the Coordinator. - - Please note that you should issue postgres commands at - all the servers you're running Coordinators. - + + + Finally, you can start a Coordinator like: + + postgres --coordinator -D /usr/local/pgsql/Coordinator + + This will start the Coordinator. + + Please note that you should issue postgres commands at + all the servers you're running Coordinators. + + The previous step should have told you how to start up the whole database -- 2.39.5