8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac00d8 commit e6a8de2Copy full SHA for e6a8de2
configure
@@ -1,6 +1,6 @@
1
#! /bin/sh
2
# Guess values for system-dependent variables and create Makefiles.
3
-# Generated by GNU Autoconf 2.61 for PostgreSQL 8.4.17.
+# Generated by GNU Autoconf 2.61 for PostgreSQL 8.4.18.
4
#
5
# Report bugs to <pgsql-bugs@postgresql.org>.
6
@@ -576,8 +576,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
576
# Identity of this package.
577
PACKAGE_NAME='PostgreSQL'
578
PACKAGE_TARNAME='postgresql'
579
-PACKAGE_VERSION='8.4.17'
580
-PACKAGE_STRING='PostgreSQL 8.4.17'
+PACKAGE_VERSION='8.4.18'
+PACKAGE_STRING='PostgreSQL 8.4.18'
581
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
582
583
ac_unique_file="src/backend/access/common/heaptuple.c"
@@ -1289,7 +1289,7 @@ if test "$ac_init_help" = "long"; then
1289
# Omit some internal or obsolete options to make the list less imposing.
1290
# This message is too long to be a string in the A/UX 3.1 sh.
1291
cat <<_ACEOF
1292
-\`configure' configures PostgreSQL 8.4.17 to adapt to many kinds of systems.
+\`configure' configures PostgreSQL 8.4.18 to adapt to many kinds of systems.
1293
1294
Usage: $0 [OPTION]... [VAR=VALUE]...
1295
@@ -1354,7 +1354,7 @@ fi
1354
1355
if test -n "$ac_init_help"; then
1356
case $ac_init_help in
1357
- short | recursive ) echo "Configuration of PostgreSQL 8.4.17:";;
+ short | recursive ) echo "Configuration of PostgreSQL 8.4.18:";;
1358
esac
1359
cat <<\_ACEOF
1360
@@ -1499,7 +1499,7 @@ fi
1499
test -n "$ac_init_help" && exit $ac_status
1500
if $ac_init_version; then
1501
1502
-PostgreSQL configure 8.4.17
+PostgreSQL configure 8.4.18
1503
generated by GNU Autoconf 2.61
1504
1505
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1515,7 +1515,7 @@ cat >config.log <<_ACEOF
1515
This file contains any messages produced by compilers while
1516
running configure, to aid debugging if configure makes a mistake.
1517
1518
-It was created by PostgreSQL $as_me 8.4.17, which was
+It was created by PostgreSQL $as_me 8.4.18, which was
1519
generated by GNU Autoconf 2.61. Invocation command line was
1520
1521
$ $0 $@
@@ -27977,7 +27977,7 @@ exec 6>&1
27977
# report actual input values of CONFIG_FILES etc. instead of their
27978
# values after options handling.
27979
ac_log="
27980
-This file was extended by PostgreSQL $as_me 8.4.17, which was
+This file was extended by PostgreSQL $as_me 8.4.18, which was
27981
27982
27983
CONFIG_FILES = $CONFIG_FILES
@@ -28034,7 +28034,7 @@ Report bugs to <bug-autoconf@gnu.org>."
28034
_ACEOF
28035
cat >>$CONFIG_STATUS <<_ACEOF
28036
ac_cs_version="\\
28037
-PostgreSQL config.status 8.4.17
+PostgreSQL config.status 8.4.18
28038
configured by $0, generated by GNU Autoconf 2.61,
28039
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28040
configure.in
@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
17
dnl
18
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
19
20
-AC_INIT([PostgreSQL], [8.4.17], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [8.4.18], [pgsql-bugs@postgresql.org])
21
22
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([A 10000 utoconf version 2.61 is required.
23
Untested combinations of 'autoconf' and PostgreSQL versions are not
doc/bug.template
@@ -27,7 +27,7 @@ System Configuration:
27
28
Operating System (example: Linux 2.4.18) :
29
30
- PostgreSQL version (example: PostgreSQL 8.4.17): PostgreSQL 8.4.17
+ PostgreSQL version (example: PostgreSQL 8.4.18): PostgreSQL 8.4.18
31
32
Compiler used (example: gcc 3.3.5) :
33
src/include/pg_config.h.win32
@@ -563,16 +563,16 @@
563
#define PACKAGE_NAME "PostgreSQL"
564
565
/* Define to the full name and version of this package. */
566
-#define PACKAGE_STRING "PostgreSQL 8.4.17"
+#define PACKAGE_STRING "PostgreSQL 8.4.18"
567
568
/* Define to the version of this package. */
569
-#define PACKAGE_VERSION "8.4.17"
+#define PACKAGE_VERSION "8.4.18"
570
571
/* PostgreSQL version as a string */
572
-#define PG_VERSION "8.4.17"
+#define PG_VERSION "8.4.18"
573
574
/* PostgreSQL version as a number */
575
-#define PG_VERSION_NUM 80417
+#define PG_VERSION_NUM 80418
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"
src/interfaces/libpq/libpq.rc.in
@@ -1,8 +1,8 @@
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 8,4,17,0
- PRODUCTVERSION 8,4,17,0
+ FILEVERSION 8,4,18,0
+ PRODUCTVERSION 8,4,18,0
FILEFLAGSMASK 0x3fL
7
FILEFLAGS 0
8
FILEOS VOS__WINDOWS32
@@ -15,13 +15,13 @@ BEGIN
15
BEGIN
16
VALUE "CompanyName", "\0"
VALUE "FileDescription", "PostgreSQL Access Library\0"
- VALUE "FileVersion", "8.4.17\0"
+ VALUE "FileVersion", "8.4.18\0"
VALUE "InternalName", "libpq\0"
VALUE "LegalCopyright", "Copyright (C) 2012\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libpq.dll\0"
VALUE "ProductName", "PostgreSQL\0"
24
- VALUE "ProductVersion", "8.4.17\0"
+ VALUE "ProductVersion", "8.4.18\0"
25
END
26
BLOCK "VarFileInfo"
src/port/win32ver.rc
@@ -2,8 +2,8 @@
#include "pg_config.h"
FILEFLAGSMASK 0x17L
FILEFLAGS 0x0L
9
FILEOS VOS_NT_WINDOWS32