From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: Fix datatype for postgres_fdw option |
Date: | 2024-03-04 09:59:22 |
Message-ID: | E1rh56P-0021BI-Mh@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
doc: Fix datatype for postgres_fdw option
The datatype for analyze_sampling had accidentally been set to text
and not string. Backpatch to v16 where analyze_sampling first was
introduced.
Author: Shinya Kato <Shinya11(dot)Kato(at)oss(dot)nttdata(dot)com>
Reviewed-by: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Discussion: https://postgr.es/m/7fd9166b9fda267411793f39986d7f24@oss.nttdata.com
Backpatch-through: v16
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/0cf79a7f6801d3e69de6450d585e385a4064b057
Modified Files
--------------
doc/src/sgml/postgres-fdw.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2024-03-04 09:59:58 | pgsql: doc: Fix datatype for postgres_fdw option |
Previous Message | Heikki Linnakangas | 2024-03-04 08:32:38 | pgsql: Use MyBackendType in more places to check what process this is |