Skip to content

Commit fb46fb3

Browse files
author
Michael Paquier
committed
Stamp HEAD as 1.0.1.
1 parent 3e24421 commit fb46fb3

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.63 for Postgres-XC 1.0.0.
3+
# Generated by GNU Autoconf 2.63 for Postgres-XC 1.0.1.
44
#
55
# Report bugs to <pgsql-bugs@postgresql.org>.
66
#
@@ -598,8 +598,8 @@ PACKAGE_NAME='Postgres-XC'
598598
PACKAGE_TARNAME='postgres-xc'
599599
# Package is based on former PostgreSQL, so base package version on that
600600
PACKAGE_VERSION='9.1.5'
601-
PACKAGE_XC_VERSION='1.0.0'
602-
PACKAGE_STRING='Postgres-XC 1.0.0'
601+
PACKAGE_XC_VERSION='1.0.1'
602+
PACKAGE_STRING='Postgres-XC 1.0.1'
603603
PACKAGE_BUGREPORT='postgres-xc-bugs@lists.sourceforge.net'
604604

605605
ac_unique_file="src/backend/access/common/heaptuple.c"
@@ -1417,7 +1417,7 @@ if test "$ac_init_help" = "long"; then
14171417
# Omit some internal or obsolete options to make the list less imposing.
14181418
# This message is too long to be a string in the A/UX 3.1 sh.
14191419
cat <<_ACEOF
1420-
\`configure' configures Postgres-XC 1.0.0 to adapt to many kinds of systems.
1420+
\`configure' configures Postgres-XC 1.0.1 to adapt to many kinds of systems.
14211421

14221422
Usage: $0 [OPTION]... [VAR=VALUE]...
14231423

@@ -1482,7 +1482,7 @@ fi
14821482

14831483
if test -n "$ac_init_help"; then
14841484
case $ac_init_help in
1485-
short | recursive ) echo "Configuration of Postgres-XC 1.0.0:";;
1485+
short | recursive ) echo "Configuration of Postgres-XC 1.0.1:";;
14861486
esac
14871487
cat <<\_ACEOF
14881488

@@ -1629,7 +1629,7 @@ fi
16291629
test -n "$ac_init_help" && exit $ac_status
16301630
if $ac_init_version; then
16311631
cat <<\_ACEOF
1632-
Postgres-XC configure 1.0.0
1632+
Postgres-XC configure 1.0.1
16331633
generated by GNU Autoconf 2.63
16341634

16351635
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1645,7 +1645,7 @@ cat >config.log <<_ACEOF
16451645
This file contains any messages produced by compilers while
16461646
running configure, to aid debugging if configure makes a mistake.
16471647

1648-
It was created by Postgres-XC $as_me 1.0.0, which was
1648+
It was created by Postgres-XC $as_me 1.0.1, which was
16491649
generated by GNU Autoconf 2.63. Invocation command line was
16501650

16511651
$ $0 $@
@@ -30258,7 +30258,7 @@ exec 6>&1
3025830258
# report actual input values of CONFIG_FILES etc. instead of their
3025930259
# values after options handling.
3026030260
ac_log="
30261-
This file was extended by Postgres-XC $as_me 1.0.0, which was
30261+
This file was extended by Postgres-XC $as_me 1.0.1, which was
3026230262
generated by GNU Autoconf 2.63. Invocation command line was
3026330263

3026430264
CONFIG_FILES = $CONFIG_FILES
@@ -30325,7 +30325,7 @@ Report bugs to <bug-autoconf@gnu.org>."
3032530325
_ACEOF
3032630326
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3032730327
ac_cs_version="\\
30328-
Postgres-XC config.status 1.0.0
30328+
Postgres-XC config.status 1.0.1
3032930329
configured by $0, generated by GNU Autoconf 2.63,
3033030330
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3033130331

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
1717
dnl
1818
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1919

20-
AC_INIT([Postgres-XC], [1.0.0], [pgsql-bugs@postgresql.org])
20+
AC_INIT([Postgres-XC], [1.0.1], [pgsql-bugs@postgresql.org])
2121

2222
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required.
2323
Untested combinations of 'autoconf' and PostgreSQL versions are not

doc-xc/bug.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ System Configuration:
2727

2828
Operating System (example: Linux 2.4.18) :
2929

30-
Postgres-XC version (example: Postgres-XC 1.0.0): Postgres-XC 1.0.0
30+
Postgres-XC version (example: Postgres-XC 1.0.1): Postgres-XC 1.0.1
3131

3232
Compiler used (example: gcc 3.3.5) :
3333

doc-xc/src/sgml/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ifndef XSLTPROC
5151
XSLTPROC = xsltproc
5252
endif
5353

54-
VERSION = 1.0.0
54+
VERSION = 1.0.1
5555

5656
override XSLTPROCFLAGS += --stringparam pg.version '$(VERSION)'
5757

doc-xc/src/sgml/release-xc-1.0.sgmlin

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<note>
88
<title>Release Date</title>
9-
<simpara>2012-09-??</simpara>
9+
<simpara>2012-09-05</simpara>
1010
</note>
1111

1212
<para>
@@ -347,7 +347,7 @@
347347
<para>
348348
<productname>Postgres-XC</> 1.0 is a symetric (multi-master, read and write-scalable)
349349
shared-nothing cluster based on PostgreSQL. This release version is based on
350-
PostgreSQL 9.1.
350+
PostgreSQL 9.1.
351351
</para>
352352

353353
<para>
@@ -403,7 +403,7 @@
403403
</para>
404404

405405
<para>
406-
The original overall architecture and design of <productname>Postgres-XC</> is by Koichi Suzuki, Mason Sharp,
406+
The original overall architecture and design of <productname>Postgres-XC</> is by Koichi Suzuki, Mason Sharp,
407407
Pavan Deolasee, Andrei Martsinchyk and Michael Paquier. Koichi Suzuki is the original project lead.
408408
</para>
409409

@@ -530,10 +530,10 @@
530530
<link linkend="SQL-DROPTSTEMPLATE"><command>DROP TEXT SEARCH TEMPLATE</></link>,
531531
<link linkend="SQL-CREATETYPE"><command>CREATE TYPE</></link>,
532532
<link linkend="SQL-ALTERTYPE"><command>ALTER TYPE</></link>,
533-
<link linkend="SQL-DROPTYPE"><command>DROP TYPE</></link>,
533+
<link linkend="SQL-DROPTYPE"><command>DROP TYPE</></link>,
534534
<link linkend="SQL-CREATEUSER"><command>CREATE USER</></link>,
535535
<link linkend="SQL-ALTERUSER"><command>ALTER USER</></link>,
536-
<link linkend="SQL-DROPUSER"><command>DROP USER</></link>,
536+
<link linkend="SQL-DROPUSER"><command>DROP USER</></link>,
537537
<link linkend="SQL-CREATEVIEW"><command>CREATE VIEW</></link>,
538538
<link linkend="SQL-ALTERVIEW"><command>ALTER VIEW</></link>,
539539
<link linkend="SQL-DROPVIEW"><command>DROP VIEW</></link>,
@@ -549,7 +549,7 @@
549549
<para>
550550
<link linkend="SQL-ANALYZE"><command>ANALYZE</></link>,
551551
<link linkend="SQL-BEGIN"><command>BEGIN</></link>,
552-
<link linkend="SQL-CHECKPOINT"><command>CHECKPOINT</></link>,
552+
<link linkend="SQL-CHECKPOINT"><command>CHECKPOINT</></link>,
553553
<link linkend="SQL-CLOSE"><command>CLOSE</></link>,
554554
<link linkend="SQL-CLUSTER"><command>CLUSTER</></link>,
555555
<link linkend="SQL-COMMENT"><command>COMMENT</></link>,
@@ -595,7 +595,7 @@
595595

596596
<listitem>
597597
<para>
598-
HOT-Standby and streaming replication, working as in native <productname>PostgreSQL</>,
598+
HOT-Standby and streaming replication, working as in native <productname>PostgreSQL</>,
599599
at the Coordinator and Datanode level.
600600
</para>
601601
</listitem>
@@ -611,7 +611,7 @@
611611
<para>
612612
<application>initdb</> (Michael Paquier): addition of a new mandatory option <option>
613613
--nodename=<replaceable class="parameter">nodename</replaceable></option> to specify
614-
a node name when initializing it. This adds a parameter (pgxc_node_name) to the
614+
a node name when initializing it. This adds a parameter (pgxc_node_name) to the
615615
node's postgresql.conf file that the node uses to identify itself.
616616
</para>
617617
</listitem>
@@ -706,7 +706,7 @@
706706

707707
<listitem>
708708
<para>
709-
<command>INSERT SELECT</command> (Pavan Deolasee): extensions have
709+
<command>INSERT SELECT</command> (Pavan Deolasee): extensions have
710710
been done to manage that for all the table distribution types.
711711
</para>
712712
</listitem>
@@ -721,7 +721,7 @@
721721

722722
<listitem>
723723
<para>
724-
<command>EXPLAIN</command> (Andrei Martsinchyk, Ashutosh Bapat, Michael Paquier): Addition of options to
724+
<command>EXPLAIN</command> (Andrei Martsinchyk, Ashutosh Bapat, Michael Paquier): Addition of options to
725725
print the nodes involved in query, as well as extensions to print remote queries for remote node plans.
726726
</para>
727727
</listitem>
@@ -1041,7 +1041,7 @@
10411041

10421042
<para>
10431043
<link linkend="APP-GTM">GTM-Standby</link> is a solution that prevents GTM single point
1044-
of failure. (Koichi Suzuki)
1044+
of failure. (Koichi Suzuki)
10451045
</para>
10461046

10471047
<itemizedlist>

src/include/pg_config.h.win32

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@
566566
#define PACKAGE_NAME "Postgres-XC"
567567

568568
/* Define to the full name and version of this package. */
569-
#define PACKAGE_STRING "Postgres-XC 1.0.0"
569+
#define PACKAGE_STRING "Postgres-XC 1.0.1"
570570

571571
/* Define to the version of this package. */
572572
#define PACKAGE_VERSION "9.1.5"
@@ -581,10 +581,10 @@
581581
#define PACKAGE_TARNAME "postgres-xc"
582582

583583
/* Postgres-XC version as a string */
584-
#define PGXC_VERSION "1.0.0"
584+
#define PGXC_VERSION "1.0.1"
585585

586586
/* Postgres-XC version as a number */
587-
#define PGXC_VERSION_NUM 10000
587+
#define PGXC_VERSION_NUM 10001
588588

589589
/* Define to the name of the default PostgreSQL service principal in Kerberos.
590590
(--with-krb-srvnam=NAME) */

0 commit comments

Comments
 (0)