diff options
Diffstat (limited to 'contrib/hstore/hstore_compat.c')
-rw-r--r-- | contrib/hstore/hstore_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/hstore/hstore_compat.c b/contrib/hstore/hstore_compat.c index 1d4e7484e4d..d75e9cb23f5 100644 --- a/contrib/hstore/hstore_compat.c +++ b/contrib/hstore/hstore_compat.c @@ -299,7 +299,7 @@ hstoreUpgrade(Datum orig) if (valid_new) { -#if HSTORE_IS_HSTORE_NEW +#ifdef HSTORE_IS_HSTORE_NEW elog(WARNING, "ambiguous hstore value resolved as hstore-new"); /* |