postgresql/src/backend
Michael Paquier bdf9b60085 Fix comment in guc_tables.c
s/ERROR_HANDLING/ERROR_HANDLING_OPTIONS/.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+PtDj3CV+f0pVisc0XYMi2LHGBpQxQWtF0FjiSVN_nV17Q@mail.gmail.com
2022-10-04 15:39:41 +09:00
..
access Cleanup useless assignments and checks 2022-10-04 13:16:23 +09:00
backup Restore pg_pread and friends. 2022-09-29 13:12:11 +13:00
bootstrap meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
catalog Change some errdetail() to errdetail_internal() 2022-09-28 17:14:53 +02:00
commands Cleanup useless assignments and checks 2022-10-04 13:16:23 +09:00
executor Update comment in ExecInsert() regarding batch insertion. 2022-09-29 16:55:00 +09:00
foreign meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
jit meson: llvm: Use llvm-config's --cxxflags when building llvmjit 2022-10-03 14:55:52 -07:00
lib meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
libpq meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
main meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
nodes Revert 56-bit relfilenode change and follow-up commits. 2022-09-28 09:55:28 -04:00
optimizer Revert "Optimize order of GROUP BY keys". 2022-10-03 10:56:16 -04:00
parser Introduce SYSTEM_USER 2022-09-29 15:05:40 +09:00
partitioning meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
po meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
port meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
postmaster Message style improvements 2022-09-24 18:41:25 -04:00
regex Remove uses of register due to incompatibility with C++17 and up 2022-09-24 12:08:37 -07:00
replication Fix tab-completion after commit 790bf615dd 2022-09-30 12:53:31 +02:00
rewrite meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
snowball meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
statistics meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
storage Remove useless argument from UnpinBuffer() 2022-09-30 15:57:47 +09:00
tcop Enable WRITE_READ_PARSE_PLAN_TREES of rewritten utility statements 2022-09-26 16:32:16 +02:00
tsearch Convert *GetDatum() and DatumGet*() macros to inline functions 2022-09-27 20:50:21 +02:00
utils Fix comment in guc_tables.c 2022-10-04 15:39:41 +09:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Move gramparse.h to src/backend/parser 2022-09-14 10:57:13 +07:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
meson.build meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00