mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
1753337cf5
in the formerly-always-blank columns just to left and right of the data. Different marking is used for a line break caused by a newline in the data than for a straight wraparound. A newline break is signaled by a "+" in the right margin column in ASCII mode, or a carriage return arrow in UNICODE mode. Wraparound is signaled by a dot in the right margin as well as the following left margin in ASCII mode, or an ellipsis symbol in the same places in UNICODE mode. "\pset linestyle old-ascii" is added to make the previous behavior available if anyone really wants it. In passing, this commit also cleans up a few regression test files that had unintended spacing differences from the current actual output. Roger Leigh, reviewed by Gabrielle Roth and other members of PDXPUG. |
||
---|---|---|
.. | ||
3des.out | ||
blowfish.out | ||
cast5.out | ||
crypt-blowfish.out | ||
crypt-des.out | ||
crypt-md5.out | ||
crypt-xdes.out | ||
des.out | ||
hmac-md5.out | ||
hmac-sha1.out | ||
init.out | ||
md5.out | ||
pgp-armor.out | ||
pgp-compression.out | ||
pgp-decrypt.out | ||
pgp-encrypt-DISABLED.out | ||
pgp-encrypt.out | ||
pgp-info.out | ||
pgp-pubkey-decrypt.out | ||
pgp-pubkey-DISABLED.out | ||
pgp-pubkey-encrypt.out | ||
pgp-zlib-DISABLED.out | ||
rijndael.out | ||
sha1.out | ||
sha2.out |