aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-02-18 23:32:56 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2018-02-18 23:32:56 -0500
commit8c44802b6ed4846accb08e2ffe93040b8b42aae9 (patch)
tree6409b52d67f2bbd47e3919c00d8eb96e29fa7eaf /contrib/postgres_fdw/postgres_fdw.c
parentebf6049ebea19e4123fefce7b542189e84084cd1 (diff)
downloadpostgresql-8c44802b6ed4846accb08e2ffe93040b8b42aae9.tar.gz
postgresql-8c44802b6ed4846accb08e2ffe93040b8b42aae9.zip
Remove redundant initialization of a local variable.
In what was doubtless a typo, commit bf6c614a2 introduced a duplicate initialization of a local variable. This made Coverity unhappy, as well as pretty much anybody reading the code. We don't even have a real use for the local variable, so just remove it.
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions