On Wed, Dec 29, 2010 at 19:49, Robert Haas <[email protected]> wrote: > On Dec 29, 2010, at 10:14 AM, Magnus Hagander <[email protected]> wrote: >> We can be held responsible for the packaging decisions if they use >> *our* "make install" commands, imho. > > Yep.
So, as I see it there are two ways of doing it - install a catversion.h file and include it from libpq-fe.h, or modify the libpq-fe.h. I still think modifying libpq-fe.h is the better of these choices - but either of them would work. But is the catversion value really the best interface for the user? This is about libpq functionality level, which really has nothing to do with the backend catalog, does it? -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
