Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera <alvherre@alvh.no-ip.org>
Remove 'msg' parameter from convert_tuples_by_name The message was included as a parameter when this function was added in dcb2bda9b704, but I don't think it has ever served any useful purpose. Let's stop spreading it pointlessly. Reviewed by Amit Langote and Peter Eisentraut. Discussion: https://postgr.es/m/20190806224728.GA17233@alvherre.pgsql
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/tupconvert.c | modified | +7 −10 |
| src/backend/catalog/partition.c | modified | +1 −2 |
| src/backend/commands/analyze.c | modified | +1 −2 |
| src/backend/commands/indexcmds.c | modified | +1 −2 |
| src/backend/commands/tablecmds.c | modified | +8 −16 |
| src/backend/executor/execExprInterp.c | modified | +1 −3 |
| src/backend/executor/execMain.c | modified | +4 −8 |
| src/backend/executor/execPartition.c | modified | +6 −12 |
| src/backend/executor/nodeModifyTable.c | modified | +1 −2 |
| src/include/access/tupconvert.h | modified | +3 −6 |
Discussion
- remove "msg" parameter from convert_tuples_by_name 5 messages · 2019-08-06 → 2019-09-04