pgsql: Fix typos and grammar in code comments and docs

2024-09-02 Thread Michael Paquier
Fix typos and grammar in code comments and docs Author: Alexander Lakhin Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/4236825197e8b7f26f8fd2ce0ac287a696e7264e Modified Files -

pgsql: Fix typos and grammar in code comments

2021-09-26 Thread Michael Paquier
Fix typos and grammar in code comments Several mistakes have piled in the code comments over the time, including incorrect grammar, function names and simple typos. This commit takes care of a portion of these. No backpatch is done as this is only cosmetic. Author: Justin Pryzby Discussion: htt