We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c545e95 commit 8998e3cCopy full SHA for 8998e3c
contrib/postgres_fdw/postgres_fdw.c
@@ -6820,7 +6820,7 @@ void
6820
process_pending_request(AsyncRequest *areq)
6821
{
6822
ForeignScanState *node = (ForeignScanState *) areq->requestee;
6823
- PgFdwScanState *fsstate = (PgFdwScanState *) node->fdw_state;
+ PgFdwScanState *fsstate PG_USED_FOR_ASSERTS_ONLY = (PgFdwScanState *) node->fdw_state;
6824
EState *estate = node->ss.ps.state;
6825
MemoryContext oldcontext;
6826
0 commit comments