pgsql: Add missing CommandCounterIncrement() in stats import functions.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing CommandCounterIncrement() in stats import functions.
Date: 2024-10-29 17:15:59
Message-ID: E1t5pp2-00327M-9D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing CommandCounterIncrement() in stats import functions.

Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/98b2fcf0-f701-369e-d63d-6be9739ce17c@gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/statistics/attribute_stats.c | 11 ++++++++---
src/backend/statistics/relation_stats.c | 2 ++
2 files changed, 10 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2024-10-29 21:44:56 Re: pgsql: Update time zone data files to tzdata release 2024b.
Previous Message Noah Misch 2024-10-29 16:41:47 pgsql: Unpin buffer before inplace update waits for an XID to end.