Re: Extended Statistics set/restore/clear functions.

From: zengman <zengman(at)halodbtech(dot)com>
To: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Extended Statistics set/restore/clear functions.
Date: 2025-11-12 08:29:54
Message-ID: tencent_6EC50DD07D5D567C15E65C46@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hey, I saw that some comments in the recent commit have inconsistent styles—maybe we can tweak them to make them uniform!

```c
// pg_dependencies - output routine for type pg_dependencies.
pg_dependencies_out - output routine for type pg_dependencies.

// pg_ndistinct
// output routine for type pg_ndistinct
pg_ndistinct_out
output routine for type pg_ndistinct
```
--
Man Zeng

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2025-11-12 08:40:34 Re: Make PQgetResult() not return NULL on out-of-memory error
Previous Message Ajin Cherian 2025-11-12 08:24:18 Re: Improve pg_sync_replication_slots() to wait for primary to advance