pgsql: Suppress variable-set-but-not-used warning from clang 13.

2022-01-23 Thread Tom Lane
Suppress variable-set-but-not-used warning from clang 13. In the normal configuration where GEQO_DEBUG isn't defined, recent clang versions have started to complain that geqo_main.c accumulates the edge_failures count but never does anything with it. As a minimal back-patchable fix, insert a void

pgsql: Suppress variable-set-but-not-used warning from clang 13.

2022-01-23 Thread Tom Lane
Suppress variable-set-but-not-used warning from clang 13. In the normal configuration where GEQO_DEBUG isn't defined, recent clang versions have started to complain that geqo_main.c accumulates the edge_failures count but never does anything with it. As a minimal back-patchable fix, insert a void

pgsql: Suppress variable-set-but-not-used warning from clang 13.

2022-01-23 Thread Tom Lane
Suppress variable-set-but-not-used warning from clang 13. In the normal configuration where GEQO_DEBUG isn't defined, recent clang versions have started to complain that geqo_main.c accumulates the edge_failures count but never does anything with it. As a minimal back-patchable fix, insert a void

pgsql: Suppress variable-set-but-not-used warning from clang 13.

2022-01-23 Thread Tom Lane
Suppress variable-set-but-not-used warning from clang 13. In the normal configuration where GEQO_DEBUG isn't defined, recent clang versions have started to complain that geqo_main.c accumulates the edge_failures count but never does anything with it. As a minimal back-patchable fix, insert a void

pgsql: Suppress variable-set-but-not-used warning from clang 13.

2022-01-23 Thread Tom Lane
Suppress variable-set-but-not-used warning from clang 13. In the normal configuration where GEQO_DEBUG isn't defined, recent clang versions have started to complain that geqo_main.c accumulates the edge_failures count but never does anything with it. As a minimal back-patchable fix, insert a void

pgsql: Suppress variable-set-but-not-used warning from clang 13.

2022-01-23 Thread Tom Lane
Suppress variable-set-but-not-used warning from clang 13. In the normal configuration where GEQO_DEBUG isn't defined, recent clang versions have started to complain that geqo_main.c accumulates the edge_failures count but never does anything with it. As a minimal back-patchable fix, insert a void

pgsql: Suppress variable-set-but-not-used warning from clang 13.

2022-01-23 Thread Tom Lane
Suppress variable-set-but-not-used warning from clang 13. In the normal configuration where GEQO_DEBUG isn't defined, recent clang versions have started to complain that geqo_main.c accumulates the edge_failures count but never does anything with it. As a minimal back-patchable fix, insert a void

pgsql: Suppress variable-set-but-not-used warning from clang 13.

2022-01-23 Thread Tom Lane
Suppress variable-set-but-not-used warning from clang 13. In the normal configuration where GEQO_DEBUG isn't defined, recent clang versions have started to complain that geqo_main.c accumulates the edge_failures count but never does anything with it. As a minimal back-patchable fix, insert a void

pgsql: Suppress variable-set-but-not-used warning from clang 13.

2022-01-23 Thread Tom Lane
Suppress variable-set-but-not-used warning from clang 13. In the normal configuration where GEQO_DEBUG isn't defined, recent clang versions have started to complain that geqo_main.c accumulates the edge_failures count but never does anything with it. As a minimal back-patchable fix, insert a void

pgsql: Suppress variable-set-but-not-used warning from clang 13.

2022-01-23 Thread Tom Lane
Suppress variable-set-but-not-used warning from clang 13. In the normal configuration where GEQO_DEBUG isn't defined, recent clang versions have started to complain that geqo_main.c accumulates the edge_failures count but never does anything with it. As a minimal back-patchable fix, insert a void

pgsql: Suppress variable-set-but-not-used warning from clang 13.

2022-01-23 Thread Tom Lane
Suppress variable-set-but-not-used warning from clang 13. In the normal configuration where GEQO_DEBUG isn't defined, recent clang versions have started to complain that geqo_main.c accumulates the edge_failures count but never does anything with it. As a minimal back-patchable fix, insert a void