mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
Fix fallout from psql line-wrapping patch.
This commit is contained in:
parent
01f2172ec1
commit
b2be41a710
@ -3,7 +3,7 @@
|
|||||||
--
|
--
|
||||||
select armor('');
|
select armor('');
|
||||||
armor
|
armor
|
||||||
---------------------------------------------------------------
|
-----------------------------
|
||||||
-----BEGIN PGP MESSAGE-----
|
-----BEGIN PGP MESSAGE-----
|
||||||
|
|
||||||
=twTO
|
=twTO
|
||||||
@ -13,7 +13,7 @@ select armor('');
|
|||||||
|
|
||||||
select armor('test');
|
select armor('test');
|
||||||
armor
|
armor
|
||||||
------------------------------------------------------------------------
|
-----------------------------
|
||||||
-----BEGIN PGP MESSAGE-----
|
-----BEGIN PGP MESSAGE-----
|
||||||
|
|
||||||
dGVzdA==
|
dGVzdA==
|
||||||
@ -37,7 +37,7 @@ select dearmor(armor('zooka'));
|
|||||||
select armor('0123456789abcdef0123456789abcdef0123456789abcdef
|
select armor('0123456789abcdef0123456789abcdef0123456789abcdef
|
||||||
0123456789abcdef0123456789abcdef0123456789abcdef');
|
0123456789abcdef0123456789abcdef0123456789abcdef');
|
||||||
armor
|
armor
|
||||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
-----BEGIN PGP MESSAGE-----
|
-----BEGIN PGP MESSAGE-----
|
||||||
|
|
||||||
MDEyMzQ1Njc4OWFiY2RlZjAxMjM0NTY3ODlhYmNkZWYwMTIzNDU2Nzg5YWJjZGVmCjAxMjM0NTY3
|
MDEyMzQ1Njc4OWFiY2RlZjAxMjM0NTY3ODlhYmNkZWYwMTIzNDU2Nzg5YWJjZGVmCjAxMjM0NTY3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user