postgresql/src/backend/commands
Tom Lane ab3d8afc7f Sync declarations and definitions of two new tablecmds.c functions.
Buildfarm member drongo complained because the definitions of these
functions used "const Oid foo" where the forward declarations just
had "Oid foo".  (I'm a bit surprised that drongo seems to be the only
complainant.)  I chose to fix this by removing the "consts" because
(a) I'm generally not a fan of using const that way, and (b) it was
a minority usage even within these two functions, let alone compared
to the rest of our code base.

Oversight in commit eec0040c4, so no need for back-patch.
2025-04-16 17:59:08 -04:00
..
aggregatecmds.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
alter.c Avoid invalidating all RelationSyncCache entries on publication rename. 2025-03-13 09:16:33 +05:30
amcmds.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
analyze.c read_stream: Introduce and use optional batchmode support 2025-03-30 18:36:41 -04:00
async.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
cluster.c Add relallfrozen to pg_class 2025-03-03 11:18:05 -05:00
collationcmds.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
comment.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
constraint.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
conversioncmds.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
copy.c Use PRI?64 instead of "ll?" in format strings (continued). 2025-03-29 10:43:57 +01:00
copyfrom.c Use PRI?64 instead of "ll?" in format strings (continued). 2025-03-29 10:43:57 +01:00
copyfromparse.c Use PRI?64 instead of "ll?" in format strings (continued). 2025-03-29 10:43:57 +01:00
copyto.c Allow "COPY table TO" command to copy rows from materialized views. 2025-04-04 19:32:00 +09:00
createas.c Make it possible for loadable modules to add EXPLAIN options. 2025-03-18 08:41:12 -04:00
dbcommands.c Assert that a snapshot is active or registered before it's used 2025-03-11 23:20:34 +02:00
define.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
discard.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
dropcmds.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
event_trigger.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
explain.c Improve various new-to-v18 appendStringInfo calls 2025-04-11 10:07:22 +12:00
explain_dr.c Make it possible for loadable modules to add EXPLAIN options. 2025-03-18 08:41:12 -04:00
explain_format.c Make it possible for loadable modules to add EXPLAIN options. 2025-03-18 08:41:12 -04:00
explain_state.c Add an additional hook for EXPLAIN option validation. 2025-03-20 13:47:55 -04:00
extension.c Introduce PG_MODULE_MAGIC_EXT macro. 2025-03-26 11:06:12 -04:00
foreigncmds.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
functioncmds.c Fix erroneous construction of functions' dependencies on transforms. 2025-04-07 13:31:37 -04:00
indexcmds.c Add support for not-null constraints on virtual generated columns 2025-03-28 13:53:37 +01:00
lockcmds.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
Makefile Make it possible for loadable modules to add EXPLAIN options. 2025-03-18 08:41:12 -04:00
matview.c Allow non-btree unique indexes for matviews 2025-03-18 11:29:15 +01:00
meson.build Make it possible for loadable modules to add EXPLAIN options. 2025-03-18 08:41:12 -04:00
opclasscmds.c Add nbtree skip scan optimization. 2025-04-04 12:27:04 -04:00
operatorcmds.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
policy.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
portalcmds.c Don't lock partitions pruned by initial pruning 2025-02-20 17:09:48 +09:00
prepare.c Make it possible for loadable modules to add EXPLAIN options. 2025-03-18 08:41:12 -04:00
proclang.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
publicationcmds.c Use correct variable name in publicationcmds.c. 2025-03-18 14:06:51 +05:30
schemacmds.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
seclabel.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
sequence.c Use PRI?64 instead of "ll?" in format strings (continued). 2025-03-29 10:43:57 +01:00
statscmds.c Virtual generated columns 2025-02-07 09:46:59 +01:00
subscriptioncmds.c Fix a WARNING for data origin discrepancies. 2025-02-21 14:34:40 +05:30
tablecmds.c Sync declarations and definitions of two new tablecmds.c functions. 2025-04-16 17:59:08 -04:00
tablespace.c Remove unnecessary (char *) casts [xlog] 2025-02-13 10:57:07 +01:00
trigger.c Don't lock partitions pruned by initial pruning 2025-02-20 17:09:48 +09:00
tsearchcmds.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
typecmds.c Fix erroneous construction of functions' dependencies on transforms. 2025-04-07 13:31:37 -04:00
user.c Fix guc_malloc calls for consistency and OOM checks 2025-03-27 22:57:34 +01:00
vacuum.c Use PRI?64 instead of "ll?" in format strings (continued). 2025-03-29 10:43:57 +01:00
vacuumparallel.c Add cost-based vacuum delay time to progress views. 2025-02-11 16:38:14 -06:00
variable.c Enable IO concurrency on all systems 2025-03-30 19:16:47 -04:00
view.c Update copyright for 2025 2025-01-01 11:21:55 -05:00