pgsql: Fix incorrect comment regarding mod_since_analyze

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect comment regarding mod_since_analyze
Date: 2025-08-04 05:44:13
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect comment regarding mod_since_analyze

Author: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

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

Modified Files
--------------
src/backend/commands/analyze.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-08-04 11:29:00 pgsql: doc: mention unusability of dropped CHECK to verify NOT NULL
Previous Message Amit Kapila 2025-08-04 04:23:24 pgsql: Detect and report update_deleted conflicts.