aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2024-07-02 11:22:06 -0500
committerNathan Bossart <nathan@postgresql.org>2024-07-02 11:22:06 -0500
commit8213df9effaf0767efa7faf9b75fa500d4f45985 (patch)
tree390493be7e65d77bd3b1d4185f126dfa043d4ed1 /src/backend/executor/nodeModifyTable.c
parente930c872b65c19c8950556fa94aa9ab53b2919b0 (diff)
downloadpostgresql-8213df9effaf0767efa7faf9b75fa500d4f45985.tar.gz
postgresql-8213df9effaf0767efa7faf9b75fa500d4f45985.zip
pg_dump: Remove some unused return values.
getSchemaData() does not use the return values of many of its get* helper functions because they store the data elsewhere. For example, commit 92316a4582 introduced a separate hash table for dumpable objects that said helper functions populate. This commit changes these functions to return void and removes their "int *" parameters that returned the number of objects found. Reviewed-by: Neil Conway, Tom Lane, Daniel Gustafsson Discussion: https://postgr.es/m/ZmCAtVaOrHpf31PJ%40nathan
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions