mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Update pygresql version stamp.
This commit is contained in:
@ -44,7 +44,7 @@
|
|||||||
#define CASHOID 790
|
#define CASHOID 790
|
||||||
|
|
||||||
static PyObject *PGError;
|
static PyObject *PGError;
|
||||||
static const char *PyPgVersion = "3.0 beta";
|
static const char *PyPgVersion = "2.4";
|
||||||
|
|
||||||
/* taken from fileobject.c */
|
/* taken from fileobject.c */
|
||||||
#define BUF(v) PyString_AS_STRING((PyStringObject *)(v))
|
#define BUF(v) PyString_AS_STRING((PyStringObject *)(v))
|
||||||
|
Reference in New Issue
Block a user