Commit fc946c39 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove useless whitespace at end of lines

parent 44475e78
%{ %{
/* /*
** A scanner for EMP-style numeric ranges * A scanner for EMP-style numeric ranges
* contrib/cube/cubescan.l * contrib/cube/cubescan.l
*/ */
#include "postgres.h" #include "postgres.h"
......
...@@ -120,21 +120,21 @@ decode('f0e1d2c3b4a5968778695a4b3c2d1e0f001122334455667704689104c2fd3b2f58402364 ...@@ -120,21 +120,21 @@ decode('f0e1d2c3b4a5968778695a4b3c2d1e0f001122334455667704689104c2fd3b2f58402364
-- result: c04504012e4e1f53 -- result: c04504012e4e1f53
-- empty data -- empty data
select encode( encrypt('', 'foo', 'bf'), 'hex'); select encode(encrypt('', 'foo', 'bf'), 'hex');
encode encode
------------------ ------------------
1871949bb2311c8e 1871949bb2311c8e
(1 row) (1 row)
-- 10 bytes key -- 10 bytes key
select encode( encrypt('foo', '0123456789', 'bf'), 'hex'); select encode(encrypt('foo', '0123456789', 'bf'), 'hex');
encode encode
------------------ ------------------
42f58af3b2c03f46 42f58af3b2c03f46
(1 row) (1 row)
-- 22 bytes key -- 22 bytes key
select encode( encrypt('foo', '0123456789012345678901', 'bf'), 'hex'); select encode(encrypt('foo', '0123456789012345678901', 'bf'), 'hex');
encode encode
------------------ ------------------
86ab6f0bc72b5f22 86ab6f0bc72b5f22
......
...@@ -70,21 +70,21 @@ decode('000102030405060708090a0b0c0d0e0f101112131415161718191a1b', 'hex'), ...@@ -70,21 +70,21 @@ decode('000102030405060708090a0b0c0d0e0f101112131415161718191a1b', 'hex'),
(1 row) (1 row)
-- empty data -- empty data
select encode( encrypt('', 'foo', 'aes'), 'hex'); select encode(encrypt('', 'foo', 'aes'), 'hex');
encode encode
---------------------------------- ----------------------------------
b48cc3338a2eb293b6007ef72c360d48 b48cc3338a2eb293b6007ef72c360d48
(1 row) (1 row)
-- 10 bytes key -- 10 bytes key
select encode( encrypt('foo', '0123456789', 'aes'), 'hex'); select encode(encrypt('foo', '0123456789', 'aes'), 'hex');
encode encode
---------------------------------- ----------------------------------
f397f03d2819b7172b68d0706fda4693 f397f03d2819b7172b68d0706fda4693
(1 row) (1 row)
-- 22 bytes key -- 22 bytes key
select encode( encrypt('foo', '0123456789012345678901', 'aes'), 'hex'); select encode(encrypt('foo', '0123456789012345678901', 'aes'), 'hex');
encode encode
---------------------------------- ----------------------------------
5c9db77af02b4678117bcd8a71ae7f53 5c9db77af02b4678117bcd8a71ae7f53
......
...@@ -74,11 +74,11 @@ decode('f0e1d2c3b4a5968778695a4b3c2d1e0f001122334455667704689104c2fd3b2f58402364 ...@@ -74,11 +74,11 @@ decode('f0e1d2c3b4a5968778695a4b3c2d1e0f001122334455667704689104c2fd3b2f58402364
-- result: c04504012e4e1f53 -- result: c04504012e4e1f53
-- empty data -- empty data
select encode( encrypt('', 'foo', 'bf'), 'hex'); select encode(encrypt('', 'foo', 'bf'), 'hex');
-- 10 bytes key -- 10 bytes key
select encode( encrypt('foo', '0123456789', 'bf'), 'hex'); select encode(encrypt('foo', '0123456789', 'bf'), 'hex');
-- 22 bytes key -- 22 bytes key
select encode( encrypt('foo', '0123456789012345678901', 'bf'), 'hex'); select encode(encrypt('foo', '0123456789012345678901', 'bf'), 'hex');
-- decrypt -- decrypt
select decrypt(encrypt('foo', '0123456', 'bf'), '0123456', 'bf'); select decrypt(encrypt('foo', '0123456', 'bf'), '0123456', 'bf');
......
...@@ -44,11 +44,11 @@ decode('000102030405060708090a0b0c0d0e0f101112131415161718191a1b', 'hex'), ...@@ -44,11 +44,11 @@ decode('000102030405060708090a0b0c0d0e0f101112131415161718191a1b', 'hex'),
'aes-cbc'), 'hex'); 'aes-cbc'), 'hex');
-- empty data -- empty data
select encode( encrypt('', 'foo', 'aes'), 'hex'); select encode(encrypt('', 'foo', 'aes'), 'hex');
-- 10 bytes key -- 10 bytes key
select encode( encrypt('foo', '0123456789', 'aes'), 'hex'); select encode(encrypt('foo', '0123456789', 'aes'), 'hex');
-- 22 bytes key -- 22 bytes key
select encode( encrypt('foo', '0123456789012345678901', 'aes'), 'hex'); select encode(encrypt('foo', '0123456789012345678901', 'aes'), 'hex');
-- decrypt -- decrypt
select decrypt(encrypt('foo', '0123456', 'aes'), '0123456', 'aes'); select decrypt(encrypt('foo', '0123456', 'aes'), '0123456', 'aes');
......
%{ %{
/* /*
** A scanner for EMP-style numeric ranges * A scanner for EMP-style numeric ranges
*/ */
#include "postgres.h" #include "postgres.h"
......
...@@ -2337,7 +2337,6 @@ Upon a woman s face. E. J. Pratt (1882 1964) ...@@ -2337,7 +2337,6 @@ Upon a woman s face. E. J. Pratt (1882 1964)
The granite features of this cliff The granite features of this cliff
(1 row) (1 row)
select headline('Erosion It took the sea a thousand years, select headline('Erosion It took the sea a thousand years,
A thousand years to trace A thousand years to trace
The granite features of this cliff The granite features of this cliff
...@@ -2354,7 +2353,6 @@ Upon a woman s face. E. J. Pratt (1882 1964) ...@@ -2354,7 +2353,6 @@ Upon a woman s face. E. J. Pratt (1882 1964)
The <b>granite</b> features of this cliff The <b>granite</b> features of this cliff
(1 row) (1 row)
select headline('Erosion It took the sea a thousand years, select headline('Erosion It took the sea a thousand years,
A thousand years to trace A thousand years to trace
The granite features of this cliff The granite features of this cliff
......
...@@ -2337,7 +2337,6 @@ Upon a woman s face. E. J. Pratt (1882 1964) ...@@ -2337,7 +2337,6 @@ Upon a woman s face. E. J. Pratt (1882 1964)
The granite features of this cliff The granite features of this cliff
(1 row) (1 row)
select headline('Erosion It took the sea a thousand years, select headline('Erosion It took the sea a thousand years,
A thousand years to trace A thousand years to trace
The granite features of this cliff The granite features of this cliff
...@@ -2354,7 +2353,6 @@ Upon a woman s face. E. J. Pratt (1882 1964) ...@@ -2354,7 +2353,6 @@ Upon a woman s face. E. J. Pratt (1882 1964)
The <b>granite</b> features of this cliff The <b>granite</b> features of this cliff
(1 row) (1 row)
select headline('Erosion It took the sea a thousand years, select headline('Erosion It took the sea a thousand years,
A thousand years to trace A thousand years to trace
The granite features of this cliff The granite features of this cliff
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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