pgsql: Fix stale comment about sample_frac adjustment - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Fix stale comment about sample_frac adjustment
Date
Msg-id E1pDn5j-002Kwd-8E@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/211d80c065626d1a9188188d78ede85d799b93b1

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix typo
Next
From: Tom Lane
Date:
Subject: pgsql: Invalidate pgoutput's replication-decisions cache upon schema re