postgresql/src/backend/commands
Alvaro Herrera c250062df4
Remove unused argument of ATAddForeignConstraint
Commit 0325d7a595 made this unused but forgot to remove it. Do so now.

Author: Amit Langote <amitlangote09@gmail.com>
Discussion: https://postgr.es/m/209c99fe-b9a2-94f4-cd68-a8304186a09e@lab.ntt.co.jp
2021-05-05 12:27:39 -04:00
..
aggregatecmds.c
alter.c
amcmds.c
analyze.c Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09:00
async.c
cluster.c
collationcmds.c
comment.c
constraint.c
conversioncmds.c
copy.c
copyfrom.c
copyfromparse.c Add heuristic incoming-message-size limits in the server. 2021-04-28 15:50:46 -04:00
copyto.c doc: Improve hyphenation consistency 2021-04-21 08:14:43 +02:00
createas.c
dbcommands.c
define.c
discard.c
dropcmds.c
event_trigger.c
explain.c Adjust EXPLAIN output for parallel Result Cache plans 2021-04-30 14:46:42 +12:00
extension.c
foreigncmds.c
functioncmds.c doc: Improve hyphenation consistency 2021-04-21 08:14:43 +02:00
indexcmds.c Fix relcache inconsistency hazard in partition detach 2021-04-22 15:13:25 -04:00
lockcmds.c
Makefile
matview.c
opclasscmds.c
operatorcmds.c
policy.c
portalcmds.c
prepare.c
proclang.c
publicationcmds.c
schemacmds.c
seclabel.c
sequence.c
statscmds.c
subscriptioncmds.c
tablecmds.c Remove unused argument of ATAddForeignConstraint 2021-05-05 12:27:39 -04:00
tablespace.c
trigger.c Allow a partdesc-omitting-partitions to be cached 2021-04-28 15:44:35 -04:00
tsearchcmds.c
typecmds.c Mark multirange_constructor0() and multirange_constructor2() strict 2021-04-23 13:25:45 +03:00
user.c Standardize pg_authid oid_symbol values. 2021-04-10 12:01:41 -07:00
vacuum.c
variable.c Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET. 2021-04-13 15:10:18 -04:00
view.c