Fix comment in pgcrypto tests
Please see attached the patch that corrects the file-level SQL comment that
indicates which submodule of pgcrypto is being tested.
Best regards,
--
Gurjeet Singh http://gurjeet.singh.im/
Attachments:
pgcrypto-test-comments.patchapplication/octet-stream; name=pgcrypto-test-comments.patchDownload
diff --git a/contrib/pgcrypto/expected/hmac-sha1.out b/contrib/pgcrypto/expected/hmac-sha1.out
index d5f1cf2597..de605b804e 100644
--- a/contrib/pgcrypto/expected/hmac-sha1.out
+++ b/contrib/pgcrypto/expected/hmac-sha1.out
@@ -1,5 +1,5 @@
--
--- HMAC-MD5
+-- HMAC-SHA1
--
SELECT encode(hmac(
'Hi There',
diff --git a/contrib/pgcrypto/sql/hmac-sha1.sql b/contrib/pgcrypto/sql/hmac-sha1.sql
index 6f741934bf..3bc965578c 100644
--- a/contrib/pgcrypto/sql/hmac-sha1.sql
+++ b/contrib/pgcrypto/sql/hmac-sha1.sql
@@ -1,5 +1,5 @@
--
--- HMAC-MD5
+-- HMAC-SHA1
--
SELECT encode(hmac(
On Mon, May 27, 2019 at 07:25:37PM -0700, Gurjeet Singh wrote:
Please see attached the patch that corrects the file-level SQL comment that
indicates which submodule of pgcrypto is being tested.
Thanks, committed. There was a second one in pgp-decrypt.sql.
--
Michael
Thanks!
I have changed the patch status as follows in commitfest [1]https://commitfest.postgresql.org/23/2132/
Reviewer: Michael Paquier
Committer: Michael Paquier
Status: committed
[1]: https://commitfest.postgresql.org/23/2132/
Best regards,
On Tue, May 28, 2019 at 3:38 AM Michael Paquier <michael@paquier.xyz> wrote:
On Mon, May 27, 2019 at 07:25:37PM -0700, Gurjeet Singh wrote:
Please see attached the patch that corrects the file-level SQL comment
that
indicates which submodule of pgcrypto is being tested.
Thanks, committed. There was a second one in pgp-decrypt.sql.
--
Michael
--
Gurjeet Singh http://gurjeet.singh.im/