Compiling anything that uses InvalidOid under g++ yields a warning about

Bruce Momjian <bruce@momjian.us>

Commit: 6cf8ce13dbbc8f0a6e2ee46907a46dd0613ae319
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-03-18T17:21:07Z
Releases: 7.4.1
Compiling anything that uses InvalidOid under g++ yields a warning about
the expression using an "old-style cast."  Therefore, would it be okay
to patch postgres_ext.h as follows:

Jeroen T. Vermeulen

Files

PathChange+/−
src/include/postgres_ext.h modified +5 −1