~aglenyoung/+junk/postgres-9.3-dtrace

« back to all changes in this revision

Viewing changes to src/include/pg_config.h.win32

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Christoph Berg, Martin Pitt
  • Date: 2013-06-26 15:13:32 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130626151332-p34yjpn0txbdsdzd
Tags: 9.3~beta2-1
[ Christoph Berg ]
* hurd-i386: Ignore testsuite failures so we have a working libpq5 (they
  don't implement semaphores so the server won't even start).
* Mark postgresql-9.3 as beta in the description, suggested by Joshua D.
  Drake.

[ Martin Pitt ]
* New upstream release 9.3 beta2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
566
566
#define PACKAGE_NAME "PostgreSQL"
567
567
 
568
568
/* Define to the full name and version of this package. */
569
 
#define PACKAGE_STRING "PostgreSQL 9.3beta1"
 
569
#define PACKAGE_STRING "PostgreSQL 9.3beta2"
570
570
 
571
571
/* Define to the version of this package. */
572
 
#define PACKAGE_VERSION "9.3beta1"
 
572
#define PACKAGE_VERSION "9.3beta2"
573
573
 
574
574
/* Define to the name of a signed 64-bit integer type. */
575
575
#define PG_INT64_TYPE long long int
576
576
 
577
577
/* PostgreSQL version as a string */
578
 
#define PG_VERSION "9.3beta1"
 
578
#define PG_VERSION "9.3beta2"
579
579
 
580
580
/* PostgreSQL version as a number */
581
581
#define PG_VERSION_NUM 90300