Skip to content

Commit 66093a0

Browse files
committed
chore: update comments
1 parent d47c722 commit 66093a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

files/postgres/pg-primary-host

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22
set -uo pipefail
33
#==============================================================#
4-
# File : pg-member
5-
# Desc : retrieve patroni member name from patroni REST API
6-
# Path : /pg/bin/pg-member
4+
# File : pg--primary-host
5+
# Desc : retrieve patroni primary member host from patroni REST API
6+
# Path : /pg/bin/pg-primary-host
77
# Depend : patroni
88
# License : AGPLv3 @ https://pigsty.io/docs/about/license
99
# Author : waiting

files/postgres/pg-primary-member

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22
set -uo pipefail
33
#==============================================================#
4-
# File : pg-member
5-
# Desc : retrieve patroni member name from patroni REST API
6-
# Path : /pg/bin/pg-member
4+
# File : pg-primary-member
5+
# Desc : retrieve patroni primary member name from patroni REST API
6+
# Path : /pg/bin/pg-primary-member
77
# Depend : patroni
88
# License : AGPLv3 @ https://pigsty.io/docs/about/license
99
# Author : waiting

0 commit comments

Comments
 (0)