summaryrefslogtreecommitdiff
path: root/src/port
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-01-25 09:40:04 +0900
committerMichael Paquier <michael@paquier.xyz>2022-01-25 09:40:04 +0900
commit410aa248e5a883fde4832999cc9b23c7ace0f2ff (patch)
treee3dba4bbe6b5e60687939a1b04cfaac9a129adb9 /src/port
parentc817a072aae8441a11d6a0336953ecd69dc548ba (diff)
downloadpostgresql-410aa248e5a883fde4832999cc9b23c7ace0f2ff.tar.gz
Fix various typos, grammar and code style in comments and docs
This fixes a set of issues that have accumulated over the past months (or years) in various code areas. Most fixes are related to some recent additions, as of the development of v15. Author: Justin Pryzby Discussion: https://postgr.es/m/20220124030001.GQ23027@telsasoft.com
Diffstat (limited to 'src/port')
-rw-r--r--src/port/pgcheckdir.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/port/pgcheckdir.c b/src/port/pgcheckdir.c
index 75dbb147d7..6c09cf2981 100644
--- a/src/port/pgcheckdir.c
+++ b/src/port/pgcheckdir.c
@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
- * src/port/pgcheckdir.c
+ * pgcheckdir.c
*
* A simple subroutine to check whether a directory exists and is empty or not.
* Useful in both initdb and the backend.
@@ -8,6 +8,8 @@
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
+ * IDENTIFICATION
+ * src/port/pgcheckdir.c
*-------------------------------------------------------------------------
*/