pgsql: postgres_fdw: Improve comment in fetch_remote_statistics(). - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: postgres_fdw: Improve comment in fetch_remote_statistics().
Date
Msg-id E1xAQmk-00000001LLU-0awF@gemulon.postgresql.org
Whole thread
List pgsql-committers
postgres_fdw: Improve comment in fetch_remote_statistics().

Mention that the relpages value fetched from a remote server is stored
as-is, regardless of any difference between the remote and local block
sizes.

Follow-up to commit 6a8571568.

Reported-by: Fujii Masao <masao.fujii@gmail.com>
Reported-by: Osama Abdul Qader <osamaabdulqader.cs@gmail.com>
Author: Etsuro Fujita <etsuro.fujita@gmail.com>
Discussion: https://postgr.es/m/CAPmGK14OBMkMEkanHdA9%2BJdrZLGzfNRcEVmb6K4DtDe_CTTTqw%40mail.gmail.com
Backpatch-through: 19

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f25c50fd8fcdfdd32548b9140456249eb54a5109

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: Fix privilege handling in postgres_fdw statistics import.
Next
From: Tom Lane
Date:
Subject: pgsql: Don't emit garbage "\[un]restrict (null)" commands in pg_dump.