pgsql: Remove obsolete comments about functional dependencies

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove obsolete comments about functional dependencies
Date: 2017-07-26 15:43:35
Message-ID: E1daOTH-0008Jt-HU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete comments about functional dependencies

Initial submitted versions of the functional dependencies patch ignored
row groups that were smaller than a configured size. However, that
consideration was removed in late stages of the patch just before
commit, but some comments referring to it remained. Remove them to
avoid confusion.

Author: Atsushi Torikoshi
Discussion: https://postgr.es/m/7cfb23fc-4493-9c02-5da9-e505fd0115d2@lab.ntt.co.jp

Branch
------
master

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

Modified Files
--------------
src/backend/statistics/README.dependencies | 4 ----
src/backend/statistics/dependencies.c | 8 --------
2 files changed, 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-07-26 21:27:26 pgsql: Fix concurrent locking of tuple update chain
Previous Message Alvaro Herrera 2017-07-25 23:08:20 pgsql: Make PostgresNode easily subclassable