git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 0426932) | patch
Deduplicate "invalid input syntax" messages for various types.
2018年7月22日 21:58:01 +0000 (14:58 -0700)
2018年7月22日 21:58:01 +0000 (14:58 -0700)
commit 3522d0eaba5a976f09a48810dd25dff6ab3565df
Deduplicate "invalid input syntax" messages for various types.

Previously a lot of the error messages referenced the type in the
error message itself. That requires that the message is translated
separately for each type.

Note that currently a few smallint cases continue to reference the
integer, rather than smallint, type. A later patch will create a
separate routine for 16bit input.

Author: Andres Freund
Discussion: https://postgr.es/m/20180707200158.wpqkd7rjr4jxq5g7@alap3.anarazel.de
20 files changed:
contrib/dblink/expected/dblink.out diff | blob | blame | history
contrib/postgres_fdw/expected/postgres_fdw.out diff | blob | blame | history
doc/src/sgml/xtypes.sgml diff | blob | blame | history
src/backend/utils/adt/int8.c diff | blob | blame | history
src/backend/utils/adt/numutils.c diff | blob | blame | history
src/backend/utils/adt/timestamp.c diff | blob | blame | history
src/pl/plpython/expected/plpython_subtransaction.out diff | blob | blame | history
src/pl/plpython/expected/plpython_types.out diff | blob | blame | history
src/pl/tcl/expected/pltcl_subxact.out diff | blob | blame | history
src/test/regress/expected/aggregates.out diff | blob | blame | history
src/test/regress/expected/alter_table.out diff | blob | blame | history
src/test/regress/expected/copy2.out diff | blob | blame | history
src/test/regress/expected/int2.out diff | blob | blame | history
src/test/regress/expected/int4.out diff | blob | blame | history
src/test/regress/expected/int8.out diff | blob | blame | history
src/test/regress/expected/plpgsql.out diff | blob | blame | history
src/test/regress/expected/select_parallel.out diff | blob | blame | history
src/test/regress/expected/timestamptz.out diff | blob | blame | history
src/test/regress/regress.c diff | blob | blame | history
src/tutorial/complex.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /