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