CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: neilc(at)svr1(dot)postgresql(dot)org 04/03/04 17:47:18
Modified files:
doc/src/sgml : errcodes.sgml
src/backend/utils/adt: float.c oid.c
src/include/utils: errcodes.h
src/test/regress/expected: oid.out
src/test/regress/sql: oid.sql
Log message:
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.
Responses
pgsql-committers by date
| Next: | From: Bruce Momjian | Date: 2004-03-05 00:21:41 |
| Subject: pgsql-server/src/backend/tcop pquery.c |
| Previous: | From: Dennis Bjorklund | Date: 2004-03-04 20:09:30 |
| Subject: pgsql-server/doc/src/sgml func.sgml |