~ubuntu-branches/ubuntu/trusty/postgresql-8.4/trusty

« back to all changes in this revision

Viewing changes to src/bin/pg_controldata/pg_controldata.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-11 16:59:35 UTC
  • mfrom: (5.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090711165935-jfwin6gfrxf0gfsi
Tags: 8.4.0-2
* debian/libpq-dev.install: Ship catalog/genbki.h. (Closes: #536139)
* debian/rules: Drop --enable-cassert for final release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * copyright (c) Oliver Elphick <olly@lfix.co.uk>, 2001;
7
7
 * licence: BSD
8
8
 *
9
 
 * $PostgreSQL: pgsql/src/bin/pg_controldata/pg_controldata.c,v 1.42 2008/12/11 07:34:08 petere Exp $
 
9
 * $PostgreSQL: pgsql/src/bin/pg_controldata/pg_controldata.c,v 1.43 2009/06/11 14:49:07 momjian Exp $
10
10
 */
11
11
#include "postgres_fe.h"
12
12
 
136
136
 
137
137
        /*
138
138
         * This slightly-chintzy coding will work as long as the control file
139
 
         * timestamps are within the range of time_t; that should be the case
140
 
         * in all foreseeable circumstances, so we don't bother importing the
 
139
         * timestamps are within the range of time_t; that should be the case in
 
140
         * all foreseeable circumstances, so we don't bother importing the
141
141
         * backend's timezone library into pg_controldata.
142
142
         *
143
143
         * Use variable for format to suppress overly-anal-retentive gcc warning