aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-03-13 10:15:44 +0100
committerPeter Eisentraut <peter@eisentraut.org>2023-03-13 10:53:28 +0100
commit208bf364a9cc80cc586d060726d076ba7d0c8dec (patch)
tree81ac11419672fdcf89bfcccdb3401cb46d3b80e3 /src/backend/executor/nodeModifyTable.c
parentd72900bdedc60fe20bc50d5d0e7dcb4bc0eb304e (diff)
downloadpostgresql-208bf364a9cc80cc586d060726d076ba7d0c8dec.tar.gz
postgresql-208bf364a9cc80cc586d060726d076ba7d0c8dec.zip
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 <tgl@sss.pgh.pa.us> Discussion: https://www.postgresql.org/message-id/flat/dbbd927f-ef1f-c9a1-4ec6-c759778ac852@enterprisedb.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions