Commit b2be41a7 authored by Tom Lane's avatar Tom Lane

Fix fallout from psql line-wrapping patch.

parent 01f2172e
...@@ -2,49 +2,49 @@ ...@@ -2,49 +2,49 @@
-- PGP Armor -- PGP Armor
-- --
select armor(''); select armor('');
armor armor
--------------------------------------------------------------- -----------------------------
-----BEGIN PGP MESSAGE----- -----BEGIN PGP MESSAGE-----
=twTO =twTO
-----END PGP MESSAGE----- -----END PGP MESSAGE-----
(1 row) (1 row)
select armor('test'); select armor('test');
armor armor
------------------------------------------------------------------------ -----------------------------
-----BEGIN PGP MESSAGE----- -----BEGIN PGP MESSAGE-----
dGVzdA== dGVzdA==
=+G7Q =+G7Q
-----END PGP MESSAGE----- -----END PGP MESSAGE-----
(1 row) (1 row)
select dearmor(armor('')); select dearmor(armor(''));
dearmor dearmor
--------- ---------
(1 row) (1 row)
select dearmor(armor('zooka')); select dearmor(armor('zooka'));
dearmor dearmor
--------- ---------
zooka zooka
(1 row) (1 row)
select armor('0123456789abcdef0123456789abcdef0123456789abcdef select armor('0123456789abcdef0123456789abcdef0123456789abcdef
0123456789abcdef0123456789abcdef0123456789abcdef'); 0123456789abcdef0123456789abcdef0123456789abcdef');
armor armor
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------
-----BEGIN PGP MESSAGE----- -----BEGIN PGP MESSAGE-----
MDEyMzQ1Njc4OWFiY2RlZjAxMjM0NTY3ODlhYmNkZWYwMTIzNDU2Nzg5YWJjZGVmCjAxMjM0NTY3 MDEyMzQ1Njc4OWFiY2RlZjAxMjM0NTY3ODlhYmNkZWYwMTIzNDU2Nzg5YWJjZGVmCjAxMjM0NTY3
ODlhYmNkZWYwMTIzNDU2Nzg5YWJjZGVmMDEyMzQ1Njc4OWFiY2RlZg== ODlhYmNkZWYwMTIzNDU2Nzg5YWJjZGVmMDEyMzQ1Njc4OWFiY2RlZg==
=JFw5 =JFw5
-----END PGP MESSAGE----- -----END PGP MESSAGE-----
(1 row) (1 row)
-- lots formatting -- lots formatting
...@@ -60,7 +60,7 @@ em9va2E= ...@@ -60,7 +60,7 @@ em9va2E=
-----END PGP MESSAGE-----'); -----END PGP MESSAGE-----');
dearmor dearmor
--------- ---------
zooka zooka
(1 row) (1 row)
-- lots messages -- lots messages
...@@ -88,7 +88,7 @@ d3Jvbmc= ...@@ -88,7 +88,7 @@ d3Jvbmc=
'); ');
dearmor dearmor
--------- ---------
right right
(1 row) (1 row)
-- bad crc -- bad crc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment