postgres/contrib/postgres_fdw
Tom Lane b9ebb92bcb Suppress uninitialized-variable warning.
In the wake of commit 80aa9848b, a few compilers think that
postgresAcquireSampleRowsFunc's "reltuples" might be used
uninitialized.  The logic is visibly correct, both before
and after that change; presumably what happened here is that
the previous presence of a setjmp() in the function stopped
them from attempting any flow analysis at all.  Add a dummy
initialization to silence the warning.

Reported-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Author: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CAExHW5tkerCufA_F6oct5dMJ61N+yVrVgYXL7M8dD-5_zXjrDw@mail.gmail.com
2025-07-29 09:42:22 -04:00
..
expected Reduce "Var IS [NOT] NULL" quals during constant folding 2025-07-22 11:21:36 +09:00
sql Reduce "Var IS [NOT] NULL" quals during constant folding 2025-07-22 11:21:36 +09:00
t Fix typos and grammar in the code 2025-04-19 19:17:42 +09:00
.gitignore
connection.c Run pgindent on the changes of the previous patch. 2025-07-25 16:36:44 -04:00
deparse.c Fix a typo in the deparseArrayCoerceExpr() header comment 2025-07-18 18:40:07 +03:00
Makefile postgres_fdw: SCRAM authentication pass-through 2025-01-15 17:58:05 +01:00
meson.build meson: Increase minimum version to 0.57.2 2025-07-02 11:14:53 +02:00
option.c Silence leakage complaint about postgres_fdw's InitPgFdwOptions. 2025-07-25 16:37:29 -04:00
postgres_fdw--1.1--1.2.sql postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID. 2025-03-03 08:51:30 +09:00
postgres_fdw--1.0--1.1.sql postgres_fdw: Add functions to discard cached connections. 2021-01-26 15:35:54 +09:00
postgres_fdw--1.0.sql
postgres_fdw.c Suppress uninitialized-variable warning. 2025-07-29 09:42:22 -04:00
postgres_fdw.control postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections(). 2024-07-26 22:15:51 +09:00
postgres_fdw.h Reap the benefits of not having to avoid leaking PGresults. 2025-07-25 16:31:43 -04:00
shippable.c Update copyright for 2025 2025-01-01 11:21:55 -05:00