Re: Extended Statistics set/restore/clear functions.

From: Man Zeng <zengman(at)halodbtech(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
Subject: Re: Extended Statistics set/restore/clear functions.
Date: 2025-11-12 08:45:16
Message-ID: 176293711658.2081918.12019224686811870203.pgcf@coridan.postgresql.org
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
```

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sergey Tatarintsev 2025-11-12 08:46:33 Re: pg_getaddrinfo_all() with hintp=NULL
Previous Message Peter Eisentraut 2025-11-12 08:41:07 Re: Reorganize GUC structs