8000 postgres/postgres@a93840e · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings
  • Pricing
  • 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

    Appearance settings

    Commit a93840e

    Browse files
    committed
    tag configure for 7.3.20
    1 parent 8ea2d50 commit a93840e

    File tree

    2 files changed

    +11
    -11
    lines changed

    2 files changed

    +11
    -11
    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 7.3.19.
    3+
    # Generated by GNU Autoconf 2.53 for PostgreSQL 7.3.20.
    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='7.3.19'
    262-
    PACKAGE_STRING='PostgreSQL 7.3.19'
    261+
    PACKAGE_VERSION='7.3.20'
    262+
    PACKAGE_STRING='PostgreSQL 7.3.20'
    263263
    PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
    264264

    265265
    ac_unique_file="src/backend/access/common/heaptuple.c"
    @@ -769,7 +769,7 @@ if test "$ac_init_help" = "long"; then
    769769
    # Omit some internal or obsolete options to make the list less imposing.
    770770
    # This message is too long to be a string in the A/UX 3.1 sh.
    771771
    cat <<_ACEOF
    772-
    \`configure' configures PostgreSQL 7.3.19 to adapt to many kinds of systems.
    772+
    \`configure' configures PostgreSQL 7.3.20 to adapt to many kinds of systems.
    773773
    774774
    Usage: $0 [OPTION]... [VAR=VALUE]...
    775775
    @@ -830,7 +830,7 @@ fi
    830830

    831831
    if test -n "$ac_init_help"; then
    832832
    case $ac_init_help in
    833-
    short | recursive ) echo "Configuration of PostgreSQL 7.3.19:";;
    833+
    short | recursive ) echo "Configuration of PostgreSQL 7.3.20:";;
    834834
    esac
    835835
    cat <<\_ACEOF
    836836
    @@ -949,7 +949,7 @@ fi
    949949
    test -n "$ac_init_help" && exit 0
    950950
    if $ac_init_version; then
    951951
    cat <<\_ACEOF
    952-
    PostgreSQL configure 7.3.19
    952+
    PostgreSQL configure 7.3.20
    953953
    generated by GNU Autoconf 2.53
    954954
    955955
    Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
    @@ -966,7 +966,7 @@ cat >&5 <<_ACEOF
    966966
    This file contains any messages produced by compilers while
    967967
    running configure, to aid debugging if configure makes a mistake.
    968968
    969-
    It was created by PostgreSQL $as_me 7.3.19, which was
    969+
    It was created by PostgreSQL $as_me 7.3.20, which was
    970970
    generated by GNU Autoconf 2.53. Invocation command line was
    971971
    972972
    $ $0 $@
    @@ -16181,7 +16181,7 @@ _ASBOX
    1618116181
    } >&5
    1618216182
    cat >&5 <<_CSEOF
    1618316183
    16184-
    This file was extended by PostgreSQL $as_me 7.3.19, which was
    16184+
    This file was extended by PostgreSQL $as_me 7.3.20, which was
    1618516185
    generated by GNU Autoconf 2.53. Invocation command line was
    1618616186
    1618716187
    CONFIG_FILES = $CONFIG_FILES
    @@ -16243,7 +16243,7 @@ _ACEOF
    1624316243
    1624416244
    cat >>$CONFIG_STATUS <<_ACEOF
    1624516245
    ac_cs_version="\\
    16246-
    PostgreSQL config.status 7.3.19
    16246+
    PostgreSQL config.status 7.3.20
    1624716247
    configured by $0, generated by GNU Autoconf 2.53,
    1624816248
    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
    1624916249

    configure.in

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,5 +1,5 @@
    11
    dnl Process this file with autoconf to produce a configure script.
    2-
    dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.28 2007/04/20 16:19:11 pgsql Exp $
    2+
    dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.29 2007/09/15 00:26:05 scrappy Exp $
    33
    dnl
    44
    dnl Developers, please strive to achieve this order:
    55
    dnl
    @@ -21,7 +21,7 @@ dnl The GNU folks apparently haven't heard that some people don't use
    2121
    dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir".
    2222
    m4_define([info], [doc])
    2323
    m4_define([infodir], [docdir])
    24-
    AC_INIT([PostgreSQL], [7.3.19], [pgsql-bugs@postgresql.org])
    24+
    AC_INIT([PostgreSQL], [7.3.20], [pgsql-bugs@postgresql.org])
    2525
    m4_undefine([infodir])
    2626
    m4_undefine([info])
    2727
    AC_SUBST(docdir)

    0 commit comments

    Comments
     (0)
    0