Re: Unused variable in postgres_fdw/deparse.c - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Unused variable in postgres_fdw/deparse.c
Date
Msg-id 17387.1477491628@sss.pgh.pa.us
Whole thread Raw
In response to Unused variable in postgres_fdw/deparse.c  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Responses Re: Unused variable in postgres_fdw/deparse.c  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
List pgsql-hackers
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> writes:
> Hello, compiler complains about unused variable during build
> postgres_fdw without assertions (!--enable-cassert).
> The attched patch removes it and moves into the assertion below it.

Pushed, thanks.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [RFC] Should we fix postmaster to avoid slow shutdown?
Next
From: Robert Haas
Date:
Subject: Re: Patch: Implement failover on libpq connect level.