Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc689dac

Browse files
committed
Tag 8.0.26
1 parent8d7694b commitc689dac

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
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.53 for PostgreSQL 8.0.25.
3+
# Generated by GNU Autoconf 2.53 for PostgreSQL 8.0.26.
44
#
55
# Report bugs to <pgsql-bugs@postgresql.org>.
66
#
@@ -258,8 +258,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
258258
# Identity of this package.
259259
PACKAGE_NAME='PostgreSQL'
260260
PACKAGE_TARNAME='postgresql'
261-
PACKAGE_VERSION='8.0.25'
262-
PACKAGE_STRING='PostgreSQL 8.0.25'
261+
PACKAGE_VERSION='8.0.26'
262+
PACKAGE_STRING='PostgreSQL 8.0.26'
263263
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
264264

265265
ac_unique_file="src/backend/access/common/heaptuple.c"
@@ -773,7 +773,7 @@ if test "$ac_init_help" = "long"; then
773773
# Omit some internal or obsolete options to make the list less imposing.
774774
# This message is too long to be a string in the A/UX 3.1 sh.
775775
cat <<_ACEOF
776-
\`configure' configures PostgreSQL 8.0.25 to adapt to many kinds of systems.
776+
\`configure' configures PostgreSQL 8.0.26 to adapt to many kinds of systems.
777777

778778
Usage: $0 [OPTION]... [VAR=VALUE]...
779779

@@ -834,7 +834,7 @@ fi
834834

835835
if test -n "$ac_init_help"; then
836836
case $ac_init_help in
837-
short | recursive ) echo "Configuration of PostgreSQL 8.0.25:";;
837+
short | recursive ) echo "Configuration of PostgreSQL 8.0.26:";;
838838
esac
839839
cat <<\_ACEOF
840840

@@ -955,7 +955,7 @@ fi
955955
test -n "$ac_init_help" && exit 0
956956
if $ac_init_version; then
957957
cat <<\_ACEOF
958-
PostgreSQL configure 8.0.25
958+
PostgreSQL configure 8.0.26
959959
generated by GNU Autoconf 2.53
960960

961961
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -972,7 +972,7 @@ cat >&5 <<_ACEOF
972972
This file contains any messages produced by compilers while
973973
running configure, to aid debugging if configure makes a mistake.
974974

975-
It was created by PostgreSQL $as_me 8.0.25, which was
975+
It was created by PostgreSQL $as_me 8.0.26, which was
976976
generated by GNU Autoconf 2.53. Invocation command line was
977977

978978
$ $0 $@
@@ -19441,7 +19441,7 @@ _ASBOX
1944119441
} >&5
1944219442
cat >&5 <<_CSEOF
1944319443

19444-
This file was extended by PostgreSQL $as_me 8.0.25, which was
19444+
This file was extended by PostgreSQL $as_me 8.0.26, which was
1944519445
generated by GNU Autoconf 2.53. Invocation command line was
1944619446

1944719447
CONFIG_FILES = $CONFIG_FILES
@@ -19506,7 +19506,7 @@ _ACEOF
1950619506

1950719507
cat >>$CONFIG_STATUS <<_ACEOF
1950819508
ac_cs_version="\\
19509-
PostgreSQL config.status 8.0.25
19509+
PostgreSQL config.status 8.0.26
1951019510
configured by $0, generated by GNU Autoconf 2.53,
1951119511
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1951219512

‎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([PostgreSQL], [8.0.25], [pgsql-bugs@postgresql.org])
20+
AC_INIT([PostgreSQL], [8.0.26], [pgsql-bugs@postgresql.org])
2121

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

‎doc/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-
PostgreSQL version (example: PostgreSQL 8.0.25): PostgreSQL 8.0.25
30+
PostgreSQL version (example: PostgreSQL 8.0.26): PostgreSQL 8.0.26
3131

3232
Compiler used (example: gcc 3.3.5):
3333

‎src/include/pg_config.h.win32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/*
44
* Parts of pg_config.h that you get with autoconf on other systems
55
*/
6-
#define PG_VERSION "8.0.25"
7-
#define PG_VERSION_STR "8.0.25 (win32)"
6+
#define PG_VERSION "8.0.26"
7+
#define PG_VERSION_STR "8.0.26 (win32)"
88

99
#define DEF_PGPORT 5432
1010
#define DEF_PGPORT_STR "5432"

‎src/interfaces/libpq/libpq.rc.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winver.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 8,0,25,0
5-
PRODUCTVERSION 8,0,25,0
4+
FILEVERSION 8,0,26,0
5+
PRODUCTVERSION 8,0,26,0
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0
88
FILEOS VOS__WINDOWS32
@@ -15,13 +15,13 @@ BEGIN
1515
BEGIN
1616
VALUE "CompanyName", "\0"
1717
VALUE "FileDescription", "PostgreSQL Access Library\0"
18-
VALUE "FileVersion", "8.0.25\0"
18+
VALUE "FileVersion", "8.0.26\0"
1919
VALUE "InternalName", "libpq\0"
2020
VALUE "LegalCopyright", "Copyright (C) 2005\0"
2121
VALUE "LegalTrademarks", "\0"
2222
VALUE "OriginalFilename", "libpq.dll\0"
2323
VALUE "ProductName", "PostgreSQL\0"
24-
VALUE "ProductVersion", "8.0.25\0"
24+
VALUE "ProductVersion", "8.0.26\0"
2525
END
2626
END
2727
BLOCK "VarFileInfo"

‎src/port/win32ver.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#include "pg_config.h"
33

44
VS_VERSION_INFO VERSIONINFO
5-
FILEVERSION 8,0,25,0
6-
PRODUCTVERSION 8,0,25,0
5+
FILEVERSION 8,0,26,0
6+
PRODUCTVERSION 8,0,26,0
77
FILEFLAGSMASK 0x17L
88
FILEFLAGS 0x0L
99
FILEOS VOS_NT_WINDOWS32

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp