aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2024-01-29 12:09:03 -0600
committerNathan Bossart <nathan@postgresql.org>2024-01-29 12:09:03 -0600
commit1b924a86e696c25775e873ccd4cac1f24ec6502f (patch)
tree406f963db72f161cd62c4a352ee84a3b1410affb /src/backend/commands/tablecmds.c
parente02fea093ebb7ff5093c4cd9827710000bb31146 (diff)
downloadpostgresql-1b924a86e696c25775e873ccd4cac1f24ec6502f.tar.gz
postgresql-1b924a86e696c25775e873ccd4cac1f24ec6502f.zip
Move is_valid_ascii() to ascii.h.
This function requires simd.h, which is a rather large dependency for a widely-used header file like pg_wchar.h. Furthermore, there is a report of a third-party tool that is struggling to use pg_wchar.h due to its dependence on simd.h (presumably because simd.h uses several intrinsics). Moving the function to the much less popular ascii.h resolves these issues for now. This commit is back-patched for the benefit of the aforementioned third-party tool. The simd.h dependency was only added in v16, but we've opted to back-patch to v15 so that is_valid_ascii() lives in the same file for all versions where it exists. This could break existing third-party code that uses the function, but we couldn't find any examples of such code. It should be possible to fix any code that this commit breaks by including ascii.h in the file that uses is_valid_ascii(). Author: Jubilee Young Reviewed-by: Tom Lane, John Naylor, Andres Freund, Eric Ridge Discussion: https://postgr.es/m/CAPNHn3oKJJxMsYq%2BqLYzVJOFrUcOr4OF1EC-KtFT-qh8nOOOtQ%40mail.gmail.com Backpatch-through: 15
Diffstat (limited to 'src/backend/commands/tablecmds.c')
0 files changed, 0 insertions, 0 deletions