postgresql/contrib/postgres_fdw
Tomas Vondra 211d80c065 Fix stale comment about sample_frac adjustment
A comment was left behind referencing sample rate adjustment removed
from 8ad51b5f44. So clean that up. While at it also remove the sample
rate clamping which should not be necessary without the clamping, and
just check that with an assert.

Reported-by: Tom Lane
Discussion: https://postgr.es/m/951485.1672461744%40sss.pgh.pa.us
2023-01-06 14:47:23 +01:00
..
expected Sample postgres_fdw tables remotely during ANALYZE 2022-12-30 23:16:01 +01:00
sql Sample postgres_fdw tables remotely during ANALYZE 2022-12-30 23:16:01 +01:00
.gitignore
connection.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
deparse.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
Makefile postgres_fdw: Add function to list cached connections to foreign servers. 2021-01-18 15:11:08 +09:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
option.c Update copyright for 2023 2023-01-02 15:00:37 -05: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 Fix stale comment about sample_frac adjustment 2023-01-06 14:47:23 +01:00
postgres_fdw.control postgres_fdw: Add function to list cached connections to foreign servers. 2021-01-18 15:11:08 +09:00
postgres_fdw.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
shippable.c Update copyright for 2023 2023-01-02 15:00:37 -05:00