From: | Justin Pryzby <pryzby(at)telsasoft(dot)com> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz> |
Cc: | pgsql-hackers(at)postgresql(dot)org, Bruce Momjian <bruce(at)momjian(dot)us> |
Subject: | Re: doc review for v14 |
Date: | 2021-04-16 07:03:10 |
Message-ID: | 20210416070310.GG3315@telsasoft.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
A bunch more found with things like this.
find src -name '*.c' |xargs grep '^[[:space:]]*/\?\*' |grep -woE '[[:lower:]]{3,8}' |sed 's/.*/\L&/' |
sort |uniq -c |sort -nr |awk '$1==1' |less
From | Date | Subject | |
---|---|---|---|
Next Message | Japin Li | 2021-04-16 07:25:26 | Re: Truncate in synchronous logical replication failed |
Previous Message | tsunakawa.takay@fujitsu.com | 2021-04-16 07:00:39 | RE: Schema variables - new implementation for Postgres 15 |