Re: [HACKERS] major, minor and micro version

2005-06-21 Thread Alvaro Herrera
On Wed, Jun 22, 2005 at 12:36:23AM +0200, Andreas 'ads' Scherbaum wrote: > > Hello, > > is it possible to get the PG version splitted up into major, minor and > micro version in the future? > For now, only PG_VERSION is defined (at least, what i can see) and it is > not possible to use PG_VERSION

[HACKERS] major, minor and micro version

2005-06-21 Thread Andreas 'ads' Scherbaum
Hello, is it possible to get the PG version splitted up into major, minor and micro version in the future? For now, only PG_VERSION is defined (at least, what i can see) and it is not possible to use PG_VERSION at compile time to determine the actual PG version. Example: In a module i want to u