summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/numeric.c
diff options
context:
space:
mode:
authorMichael Paquier2020-06-30 04:26:11 +0000
committerMichael Paquier2020-06-30 04:26:11 +0000
commit324435eb14e4f41cd430f96c9b13ad9b160e45e4 (patch)
tree408cec9ee041f4132a9ecd0386875ab0b2509531 /src/backend/utils/adt/numeric.c
parentee0202d552791f14bc407ce299628ce8d50eebe3 (diff)
Prevent compilation of frontend-only files in src/common/ with backend
Any frontend-only file of src/common/ should include a protection to prevent such code to be included in the backend compilation. fe_memutils.c and restricted_token.c have been doing that, while file_utils.c (since bf5bb2e) and logging.c (since fc9a62a) forgot it. Reviewed-by: Daniel Gustafsson Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions