Re: Extended Statistics set/restore/clear functions.

zengman <zengman@halodbtech.com>

From: Man Zeng <zengman@halodbtech.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Corey Huinker <corey.huinker@gmail.com>
Date: 2025-11-12T08:45:16Z
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
```

Oh, I didn’t operate it properly, which resulted in the creation of a duplicate theme.
https://www.postgresql.org/message-id/tencent_6EC50DD07D5D567C15E65C46%40qq.com
--
Man Zeng