~alpine/aports

main/postgresql: fix typo in pre-upgrade v1 APPLIED

Drew DeVault: 1
 main/postgresql: fix typo in pre-upgrade

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3196/mbox | git am -3
Learn more about email & git

[PATCH] main/postgresql: fix typo in pre-upgrade Export this patch

---
 main/postgresql/postgresql.pre-upgrade | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/postgresql/postgresql.pre-upgrade b/main/postgresql/postgresql.pre-upgrade
index 6116252c19..18b265d1d4 100644
--- a/main/postgresql/postgresql.pre-upgrade
+++ b/main/postgresql/postgresql.pre-upgrade
@@ -16,8 +16,8 @@ if [ -f /etc/conf.d/postgresql ]; then
fi

cat <<EOF
* You are upgrading to postgres $pgver wich is not compatible with the running
* See: http://www.postgresql.org/docs/$pgver/static/upgrading.html
* You are upgrading to postgres $pgver, which is not compatible with the running
* version. See: http://www.postgresql.org/docs/$pgver/static/upgrading.html
*
* The corresponding steps for Alpine Linux is:
*
-- 
2.24.1