diff options
author | Michael Meskes <meskes@postgresql.org> | 2009-02-02 16:14:06 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2009-02-02 16:14:06 +0000 |
commit | 2d3c6911465a2214c0f82fb604c6098d9975c5a5 (patch) | |
tree | acce4aac600cfaf2c9b6b255ff0166a58ba8c657 /src/interfaces/ecpg/test/expected/sql-binary.stdout | |
parent | 77ca0453847fe98d109d9874d84dc91ec56d1209 (diff) | |
download | postgresql-2d3c6911465a2214c0f82fb604c6098d9975c5a5.tar.gz postgresql-2d3c6911465a2214c0f82fb604c6098d9975c5a5.zip |
Fixed auto allocation for binary data types.
Diffstat (limited to 'src/interfaces/ecpg/test/expected/sql-binary.stdout')
-rw-r--r-- | src/interfaces/ecpg/test/expected/sql-binary.stdout | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/test/expected/sql-binary.stdout b/src/interfaces/ecpg/test/expected/sql-binary.stdout index e8b92563190..b2a94db6d1d 100644 --- a/src/interfaces/ecpg/test/expected/sql-binary.stdout +++ b/src/interfaces/ecpg/test/expected/sql-binary.stdout @@ -1,2 +1,3 @@ name=first user , accs=320 byte=\001m\000\212 name=first user , byte=(1)(155)(0)(212) +pointer=(1)(155)(0)(212) |