Re: Extended Statistics set/restore/clear functions.

zengman <zengman@halodbtech.com>

From: zengman <zengman@halodbtech.com>
To: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-12T08:29:54Z
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