Skip to content

Commit 00750f3

Browse files
committed
Improve readability of config location params by adding newline.
1 parent 3360bc1 commit 00750f3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
# The default values of these variables are driven from the -D command line
3333
# switch or PGDATA environment variable, represented here as ConfigDir.
34+
3435
# data_directory = 'ConfigDir' # use data in another directory
3536
# hba_file = 'ConfigDir/pg_hba.conf' # the host-based authentication file
3637
# ident_file = 'ConfigDir/pg_ident.conf' # the IDENT configuration file

src/tools/make_mkid

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
#!/bin/sh
1+
:
22

33
mkid `find \`pwd\`/ \( -name _deadcode -a -prune \) -o \
44
-type f -name '*.[chyl]' -print|sed 's;//;/;g'`
55

6-
find . -name 'CVS' -prune -o -type d -print |while read DIR
6+
find . \( -name 'CVS' -prune -o -name '_xlk' -prune \) -o -type d -print |
7+
while read DIR
78
do
89
[ "$DIR" != "." ] && ln -f -s `echo "$DIR" | sed 's;/[^/]*;/..;g'`/ID $DIR/ID
910
done

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy