~launchpad-committers/ubuntu/lucid/slony1/ppa-8.4

« back to all changes in this revision

Viewing changes to src/slonik/slonik.c

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2009-11-01 16:20:05 UTC
  • mfrom: (1.1.10 upstream) (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091101162005-xr37uipet5txa53t
Tags: 1.2.17-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 *      Copyright (c) 2003-2004, PostgreSQL Global Development Group
7
7
 *      Author: Jan Wieck, Afilias USA INC.
8
8
 *
9
 
 *      $Id: slonik.c,v 1.67.2.19 2009-04-13 17:41:33 wieck Exp $
 
9
 *      $Id: slonik.c,v 1.67.2.20 2009-07-31 19:16:28 cbbrowne Exp $
10
10
 *-------------------------------------------------------------------------
11
11
 */
12
12
 
1905
1905
                use_major = 8;
1906
1906
                use_minor = 0;
1907
1907
        }
1908
 
        else if ((adminfo->pg_version >= 80100) && adminfo->pg_version < 80400) /* 8.1, 8.2 and 8.3 */
 
1908
        else if ((adminfo->pg_version >= 80100) && adminfo->pg_version < 80500) /* 8.1, 8.2, 8.3, 8.4 */
1909
1909
        {
1910
1910
                use_major = 8;
1911
1911
                use_minor = 1;
1912
1912
        }
1913
 
        else    /* 8.3+ */
 
1913
        else    /* 8.5+ */
1914
1914
        {
1915
1915
                use_major = 8;
1916
1916
                use_minor = 1;