Re: Extended Statistics set/restore/clear functions. - Mailing list pgsql-hackers

From zengman
Subject Re: Extended Statistics set/restore/clear functions.
Date
Msg-id tencent_6EC50DD07D5D567C15E65C46@qq.com
Whole thread Raw
List 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

pgsql-hackers by date:

Previous
From: Ajin Cherian
Date:
Subject: Re: Improve pg_sync_replication_slots() to wait for primary to advance
Next
From: Chao Li
Date:
Subject: Re: Make PQgetResult() not return NULL on out-of-memory error