-
- Downloads
Emit a warning when an empty string is input to the oid, float4, and
float8 types. This begins the deprecation of this feature: in 7.6, this input will be rejected. Also added a new error code for warnings about deprecated features, and updated the regression tests.
Showing
- doc/src/sgml/errcodes.sgml 5 additions, 1 deletiondoc/src/sgml/errcodes.sgml
- src/backend/utils/adt/float.c 27 additions, 1 deletionsrc/backend/utils/adt/float.c
- src/backend/utils/adt/oid.c 16 additions, 4 deletionssrc/backend/utils/adt/oid.c
- src/include/utils/errcodes.h 2 additions, 1 deletionsrc/include/utils/errcodes.h
- src/test/regress/expected/oid.out 4 additions, 9 deletionssrc/test/regress/expected/oid.out
- src/test/regress/sql/oid.sql 0 additions, 2 deletionssrc/test/regress/sql/oid.sql
Loading
Please register or sign in to comment