1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

Suppress remaining -Waddress warnings from recent gcc versions.

Still an exercise in satisfying pedants.
This commit is contained in:
Tom Lane
2011-10-18 21:44:23 -04:00
parent aa90e148ca
commit e331c60ea7
3 changed files with 11 additions and 3 deletions

View File

@@ -59,6 +59,14 @@ typedef PQExpBufferData *PQExpBuffer;
#define PQExpBufferBroken(str) \
((str) == NULL || (str)->maxlen == 0)
/*------------------------
* Same, but for use when using a static or local PQExpBufferData struct.
* For that, a null-pointer test is useless and may draw compiler warnings.
*------------------------
*/
#define PQExpBufferDataBroken(buf) \
((buf).maxlen == 0)
/*------------------------
* Initial size of the data buffer in a PQExpBuffer.
* NB: this must be large enough to hold error messages that might