| Age | Commit message (Collapse) | Author |
|
Submitted by: D'Arcy Cain
|
|
To: Postgres95-development <pg95-dev@ki.net>
Subject: [PG95-DEV] postgres.h patch
This removes the parameters from the func_ptr prototype in postgres.h in
2.0.
|
|
Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)
|
|
Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)
|
|
current state of development...namely, we are on 2.0
NOTE:
BTW, the is also a check in postmaster which won't let you use an older
version of the database by checking the version number. The version number
of a database is in data/PG_VERSION (a plain ASCII file).
- Andrew
|
|
#include "config.h" here will (should?) ensure that any platform
dependencies defined in config.h should be reflected in all .c files...
|
|
|