postgresql/src/backend/partitioning
Alexander Korotkov 96c7381c4c Fix error message in check_partition_bounds_for_split_range()
Currently, the error message is produced by a system of complex substitutions
making it quite untranslatable and hard to read.  This commit splits this into
4 plain error messages suitable for translation.

Reported-by: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20240408.152402.1485994009160660141.horikyota.ntt%40gmail.com
Reviewed-by: Pavel Borisov
2024-04-30 12:00:39 +03:00
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
partbounds.c Fix error message in check_partition_bounds_for_split_range() 2024-04-30 12:00:39 +03:00
partdesc.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
partprune.c Fix typos and duplicate words 2024-04-18 21:28:07 +02:00