Re: doc review for v14

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

Attachment Content-Type Size
0001-doc-review-Add-support-for-PROVE_TESTS-and-PROVE_FLA.patch text/x-diff 1.1 KB
0002-doc-review-Pass-all-scan-keys-to-BRIN-consistent-fun.patch text/x-diff 1.0 KB
0003-doc-review-BRIN-minmax-multi-indexes.patch text/x-diff 1.7 KB
0004-doc-review-VACUUM-PROCESS_TOAST.patch text/x-diff 1.2 KB
0005-WIP-doc-review-Add-DECLARE-STATEMENT-command-to-ECPG.patch text/x-diff 3.6 KB
0006-BRIN-minmax-multi-indexes-between-procedures-dedupli.patch text/x-diff 1.8 KB
0007-reltuples-not-relpages-Set-pg_class.reltuples-for-pa.patch text/x-diff 1.0 KB
0008-Multirange-datatypes-preprending-multirange.patch text/x-diff 1.5 KB
0009-lock-Make-use-of-in-core-query-id-added-by-commit-5f.patch text/x-diff 1.1 KB
0010-the-GlobalVisTest.patch text/x-diff 1012 bytes
0011-rightmost.patch text/x-diff 923 bytes
0012-reader.patch text/x-diff 736 bytes
0013-performed.patch text/x-diff 1.1 KB
0014-oriented-updatable.patch text/x-diff 2.9 KB
0015-necessary.patch text/x-diff 870 bytes
0016-minmax.patch text/x-diff 937 bytes
0017-reference-matching.patch text/x-diff 1.5 KB
0018-involves.patch text/x-diff 1.0 KB
0019-determine.patch text/x-diff 938 bytes
0020-conservative.patch text/x-diff 964 bytes
0021-clause.patch text/x-diff 828 bytes
0022-attribute.patch text/x-diff 810 bytes
0023-thinest.patch text/x-diff 1.1 KB
0024-selectivity.patch text/x-diff 1.0 KB
0025-then-remain-pivot.patch text/x-diff 1.4 KB
0026-maximum.patch text/x-diff 891 bytes
0027-further.patch text/x-diff 877 bytes

In response to

Responses

Browse pgsql-hackers by date

  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