pgsql: Fix typos in SQL scripts of pgcrypto

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos in SQL scripts of pgcrypto
Date: 2019-05-28 10:37:39
Message-ID: E1hVZUB-0003D1-3T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in SQL scripts of pgcrypto

Author: Gurjeet Singh
Discussion: https://postgr.es/m/CABwTF4U_5kEnH93PXZEuEsZHuoSSuBEOqC6pian8vDfLZSQJNA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/af94ea7406f332567331a9b2525fae4b57c96061

Modified Files
--------------
contrib/pgcrypto/expected/hmac-sha1.out | 2 +-
contrib/pgcrypto/expected/pgp-decrypt.out | 2 +-
contrib/pgcrypto/sql/hmac-sha1.sql | 2 +-
contrib/pgcrypto/sql/pgp-decrypt.sql | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2019-05-28 11:17:38 pgsql: docs: PG 12 relnote wording fix
Previous Message Peter Eisentraut 2019-05-27 16:36:30 pgsql: doc: Fix generated column documentation