postgresql/src/backend
Amit Langote 40b3af72a7 Add missing const qualifier
Missed in commit 785480c953.

Pointed out by Tom Lane.

Discussion: https://postgr.es/m/2795364.1689221300%40sss.pgh.pa.us
2023-07-13 22:38:26 +09:00
..
access Rename session_auth_is_superuser to current_role_is_superuser. 2023-07-12 21:28:54 -07:00
archive Redesign archive modules 2023-02-17 14:26:42 +09:00
backup Message wording improvements 2023-07-10 10:47:24 +02:00
bootstrap Fix CREATE INDEX progress reporting for multi-level partitioning. 2023-03-25 15:34:03 -04:00
catalog Remove ancient special case code for dropping oid columns 2023-07-12 16:13:50 +02:00
commands Remove ancient special case code for adding oid columns 2023-07-12 16:13:40 +02:00
executor Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables. 2023-07-13 15:03:17 +09:00
foreign Expand some more uses of "deleg" to "delegation" or "delegated". 2023-05-21 10:55:18 -04:00
jit Remove duplicated assignment of LLVMJitHandle->lljit 2023-07-13 16:44:17 +09:00
lib Fix ILIST_DEBUG build 2023-01-18 10:26:15 -08:00
libpq Message wording improvements 2023-07-10 10:47:24 +02:00
main Remove obsolete defense against strxfrm() bugs. 2023-04-20 13:20:14 +12:00
nodes Don't include CaseTestExpr in JsonValueExpr.formatted_expr 2023-07-13 12:13:58 +09:00
optimizer Don't include CaseTestExpr in JsonValueExpr.formatted_expr 2023-07-13 12:13:58 +09:00
parser Add missing const qualifier 2023-07-13 22:38:26 +09:00
partitioning Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
po Translation updates 2023-06-26 12:02:02 +02:00
port Add GUC parameter "huge_pages_status" 2023-07-06 14:42:36 +09:00
postmaster Increase size of bgw_library_name. 2023-07-03 15:02:16 -07:00
regex All supported systems have locale_t. 2023-07-09 11:55:18 +12:00
replication Fix untranslatable log message assembly 2023-07-13 13:21:43 +02:00
rewrite A minor simplification for List manipulation 2023-07-03 11:39:03 +02:00
snowball Fix the install rule for snowball_create.sql. 2023-05-23 11:15:57 -04:00
statistics Take pg_attribute out of VacAttrStats 2023-07-03 07:18:57 +02:00
storage Message wording improvements 2023-07-10 10:47:24 +02:00
tcop Be more rigorous about local variables in PostgresMain(). 2023-07-10 12:14:34 -04:00
tsearch Take pg_attribute out of VacAttrStats 2023-07-03 07:18:57 +02:00
utils Rename session_auth_is_superuser to current_role_is_superuser. 2023-07-12 21:28:54 -07:00
.gitignore
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
Makefile Generate automatically code and documentation related to wait events 2023-07-05 10:53:11 +09:00
meson.build Add win32ver data to meson-built postgres.exe. 2023-06-12 07:40:38 -07:00
nls.mk Add missing gettext triggers 2023-05-10 13:51:51 +02:00