summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorPeter Eisentraut2023-03-13 09:15:44 +0000
committerPeter Eisentraut2023-03-13 09:53:28 +0000
commit208bf364a9cc80cc586d060726d076ba7d0c8dec (patch)
tree81ac11419672fdcf89bfcccdb3401cb46d3b80e3 /src/backend/executor/nodeModifyTable.c
parentd72900bdedc60fe20bc50d5d0e7dcb4bc0eb304e (diff)
Remove incidental md5() function uses from main regression tests
Most of these calls were to generate some random data. These can be replaced by appropriately adapted sha256() calls. To keep the diff smaller, we wrap this into a helper function that produces the same output format and length as the md5() call. This will eventually allow these tests to pass in OpenSSL FIPS mode (which does not allow MD5 use). Similar work for other test suites will follow later. Reviewed-by: Tom Lane <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected]
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions