diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-07-24 06:21:40 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-07-25 10:40:04 +0200 |
commit | 37c6923cf3d8ec1bd44924aab6f58f72754a0e7b (patch) | |
tree | 24050fbad7c57db7a295402aa9d61418a307ca33 /src/backend/executor/nodeModifyTable.c | |
parent | ab61c40bfa2ba1887fee304b2ef5306a14a7248c (diff) | |
download | postgresql-37c6923cf3d8ec1bd44924aab6f58f72754a0e7b.tar.gz postgresql-37c6923cf3d8ec1bd44924aab6f58f72754a0e7b.zip |
Fix -Wmissing-variable-declarations warnings for float.c special case
This adds extern declarations for the global variables defined in
float.c but not meant for external use. This is a workaround to be
able to add -Wmissing-variable-declarations to the global set of
warning options in the near future.
Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://www.postgresql.org/message-id/flat/e0a62134-83da-4ba4-8cdb-ceb0111c95ce@eisentraut.org
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions