~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-updates

« back to all changes in this revision

Viewing changes to contrib/pg_upgrade/pg_upgrade.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-06-14 09:53:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110614095329-kerawur7tb6p8s71
Tags: 9.1~beta2-1
* New upstream beta release.
* Drop 03-cmsgcred-size.patch, fixed upstream.
* debian/postgresql-9.1.install: Install new pg_basebackup translations.
* debian/control: Fix the server-dev dependency to p-common to also work for
  backports.
* debian/watch: Fix for beta versions.
* debian/copyright: Add pointers to GPL and Artistic licenses for the Perl
  terms.
* debian/postgresql-9.1.preinst: Fail the package upgrade early when
  upgrading from beta-1, as the DB format changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
361
361
void            start_postmaster(ClusterInfo *cluster);
362
362
void            stop_postmaster(bool fast);
363
363
uint32          get_major_server_version(ClusterInfo *cluster);
364
 
void            check_for_libpq_envvars(void);
 
364
void            check_pghost_envvar(void);
365
365
 
366
366
 
367
367
/* util.c */
378
378
void            pg_free(void *ptr);
379
379
const char *getErrorText(int errNum);
380
380
unsigned int str2uint(const char *str);
 
381
void            pg_putenv(const char *var, const char *val);
381
382
 
382
383
 
383
384
/* version.c */