From: Pavan Deolasee Date: Fri, 19 Feb 2016 10:45:48 +0000 (+0530) Subject: Fix docs and Makefile so that "make dist" works correctly X-Git-Tag: XL9_5_R1BETA2~49 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2a307abf7bc1859e73222acbbca619fbd231ba94;p=postgres-xl.git Fix docs and Makefile so that "make dist" works correctly --- 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