pgsql: postgres_fdw: Fix unexpected reporting of empty message.

2021-12-03 Thread Fujii Masao
postgres_fdw: Fix unexpected reporting of empty message. pgfdw_report_error() in postgres_fdw gets a message from PGresult or PGconn to report an error received from a remote server. Previously if it could get a message from neither of them, it reported empty message unexpectedly. The cause of thi

pgsql: postgres_fdw: Fix unexpected reporting of empty message.

2021-12-03 Thread Fujii Masao
postgres_fdw: Fix unexpected reporting of empty message. pgfdw_report_error() in postgres_fdw gets a message from PGresult or PGconn to report an error received from a remote server. Previously if it could get a message from neither of them, it reported empty message unexpectedly. The cause of thi

pgsql: postgres_fdw: Fix unexpected reporting of empty message.

2021-12-03 Thread Fujii Masao
postgres_fdw: Fix unexpected reporting of empty message. pgfdw_report_error() in postgres_fdw gets a message from PGresult or PGconn to report an error received from a remote server. Previously if it could get a message from neither of them, it reported empty message unexpectedly. The cause of thi

pgsql: postgres_fdw: Fix unexpected reporting of empty message.

2021-12-03 Thread Fujii Masao
postgres_fdw: Fix unexpected reporting of empty message. pgfdw_report_error() in postgres_fdw gets a message from PGresult or PGconn to report an error received from a remote server. Previously if it could get a message from neither of them, it reported empty message unexpectedly. The cause of thi

pgsql: postgres_fdw: Fix unexpected reporting of empty message.

2021-12-03 Thread Fujii Masao
postgres_fdw: Fix unexpected reporting of empty message. pgfdw_report_error() in postgres_fdw gets a message from PGresult or PGconn to report an error received from a remote server. Previously if it could get a message from neither of them, it reported empty message unexpectedly. The cause of thi

pgsql: postgres_fdw: Fix unexpected reporting of empty message.

2021-12-03 Thread Fujii Masao
postgres_fdw: Fix unexpected reporting of empty message. pgfdw_report_error() in postgres_fdw gets a message from PGresult or PGconn to report an error received from a remote server. Previously if it could get a message from neither of them, it reported empty message unexpectedly. The cause of thi