postgresql/src/backend/commands
Alvaro Herrera e439c6f0c3 Remove some useless code
In commit 8b08f7d482 I added member relationId to IndexStmt struct.
I'm now not sure why; DefineIndex doesn't need it, since the relation
OID is passed as a separate argument anyway.  Remove it.

Also remove a redundant assignment to the relationId argument (it wasn't
redundant when added by commit e093dcdd28, but should have been removed
in commit 5f173040e3), and use relationId instead of stmt->relation when
locking the relation in the second phase of CREATE INDEX CONCURRENTLY,
which is not only confusing but it means we resolve the name twice for
no reason.
2018-12-31 14:50:48 -03:00
..
Makefile Implement multivariate n-distinct coefficients 2017-03-24 14:06:10 -03:00
aggregatecmds.c Improve spelling of new FINALFUNC_MODIFY aggregate attribute. 2018-05-21 11:41:42 -04:00
alter.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
amcmds.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
analyze.c Make pg_statistic and related code account more honestly for collations. 2018-12-14 12:52:49 -05:00
async.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
cluster.c Remove obsolete IndexIs* macros 2018-12-27 10:07:46 +01:00
collationcmds.c Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 2018-04-08 14:35:29 -04:00
comment.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
constraint.c Introduce notion of different types of slots (without implementing them). 2018-11-15 22:00:30 -08:00
conversioncmds.c Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 2018-04-08 14:35:29 -04:00
copy.c Disable WAL-skipping optimization for COPY on views and foreign tables 2018-12-23 16:42:22 +09:00
createas.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
dbcommands.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
define.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
discard.c Rename TransactionChain functions 2018-03-16 13:18:06 -04:00
dropcmds.c Fix more wrong paths in header comments 2018-07-11 17:57:04 +03:00
event_trigger.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
explain.c Make type "name" collation-aware. 2018-12-19 17:46:25 -05:00
extension.c Remove function names from error messages 2018-12-19 14:53:27 -03:00
foreigncmds.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
functioncmds.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
indexcmds.c Remove some useless code 2018-12-31 14:50:48 -03:00
lockcmds.c Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
matview.c Remove obsolete IndexIs* macros 2018-12-27 10:07:46 +01:00
opclasscmds.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
operatorcmds.c Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax 2018-08-22 14:44:49 +02:00
policy.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
portalcmds.c Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
prepare.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
proclang.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
publicationcmds.c Clean up sloppy coding in publicationcmds.c's OpenTableList(). 2018-12-07 11:02:39 -05:00
schemacmds.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
seclabel.c Remove duplicated words split across lines in comments 2018-09-08 12:24:19 -07:00
sequence.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
statscmds.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
subscriptioncmds.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
tablecmds.c Remove obsolete IndexIs* macros 2018-12-27 10:07:46 +01:00
tablespace.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
trigger.c Remove extra semicolons. 2018-12-17 14:32:25 +05:30
tsearchcmds.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
typecmds.c Drop no-op CoerceToDomain nodes from expressions at planning time. 2018-12-13 13:24:43 -05:00
user.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
vacuum.c Remove obsolete IndexIs* macros 2018-12-27 10:07:46 +01:00
vacuumlazy.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
variable.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
view.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00