-
- Downloads
> Here's a revised patch. Changes:
> > 1. Now outputs '\\' instead of '\134' when using encode(bytea, 'escape') > Note that I ended up leaving \0 as \000 so that there are no ambiguities > when decoding something like, for example, \0123. > > 2. Fixed bug in byteain which allowed input values which were not valid > octals (e.g. \789), to be parsed as if they were octals. > > Joe > Here's rev 2 of the bytea string support patch. Changes: 1. Added missing declaration for MatchBytea function 2. Added PQescapeBytea to fe-exec.c 3. Applies cleanly on cvs tip from this afternoon I'm hoping that someone can review/approve/apply this before beta starts, so I guess I'd vote (not that it counts for much) to delay beta a few days :-) Joe Conway
Showing
- src/backend/utils/adt/encode.c 180 additions, 9 deletionssrc/backend/utils/adt/encode.c
- src/backend/utils/adt/like.c 233 additions, 1 deletionsrc/backend/utils/adt/like.c
- src/backend/utils/adt/oracle_compat.c 73 additions, 1 deletionsrc/backend/utils/adt/oracle_compat.c
- src/backend/utils/adt/selfuncs.c 6 additions, 1 deletionsrc/backend/utils/adt/selfuncs.c
- src/backend/utils/adt/varlena.c 188 additions, 13 deletionssrc/backend/utils/adt/varlena.c
- src/include/catalog/catversion.h 2 additions, 2 deletionssrc/include/catalog/catversion.h
- src/include/catalog/pg_operator.h 10 additions, 6 deletionssrc/include/catalog/pg_operator.h
- src/include/catalog/pg_proc.h 23 additions, 1 deletionsrc/include/catalog/pg_proc.h
- src/include/utils/builtins.h 8 additions, 1 deletionsrc/include/utils/builtins.h
- src/interfaces/libpq/fe-exec.c 73 additions, 1 deletionsrc/interfaces/libpq/fe-exec.c
- src/interfaces/libpq/libpq-fe.h 2 additions, 1 deletionsrc/interfaces/libpq/libpq-fe.h
Loading
Please register or sign in to comment