pgsql: Suppress -Warray-parameter warnings in pgcrypto/sha2.c.

2021-12-12 Thread Tom Lane
Suppress -Warray-parameter warnings in pgcrypto/sha2.c. This is exactly the same problem as commit 1b242f42b fixed in ecpg, but in contrib/pgcrypto. Commit 273c458a2 eliminated the problem here for v10 and up. We hadn't noticed for exactly the same reasons enumerated in bbbf22cf3. Back-patch do

pgsql: Suppress -Warray-parameter warnings in pgcrypto/sha2.c.

2021-12-12 Thread Tom Lane
Suppress -Warray-parameter warnings in pgcrypto/sha2.c. This is exactly the same problem as commit 1b242f42b fixed in ecpg, but in contrib/pgcrypto. Commit 273c458a2 eliminated the problem here for v10 and up. We hadn't noticed for exactly the same reasons enumerated in bbbf22cf3. Back-patch do

pgsql: Suppress -Warray-parameter warnings in pgcrypto/sha2.c.

2021-12-12 Thread Tom Lane
Suppress -Warray-parameter warnings in pgcrypto/sha2.c. This is exactly the same problem as commit 1b242f42b fixed in ecpg, but in contrib/pgcrypto. Commit 273c458a2 eliminated the problem here for v10 and up. We hadn't noticed for exactly the same reasons enumerated in bbbf22cf3. Back-patch do

pgsql: Suppress -Warray-parameter warnings in pgcrypto/sha2.c.

2021-12-12 Thread Tom Lane
Suppress -Warray-parameter warnings in pgcrypto/sha2.c. This is exactly the same problem as commit 1b242f42b fixed in ecpg, but in contrib/pgcrypto. Commit 273c458a2 eliminated the problem here for v10 and up. We hadn't noticed for exactly the same reasons enumerated in bbbf22cf3. Back-patch do

pgsql: Suppress -Warray-parameter warnings in pgcrypto/sha2.c.

2021-12-12 Thread Tom Lane
Suppress -Warray-parameter warnings in pgcrypto/sha2.c. This is exactly the same problem as commit 1b242f42b fixed in ecpg, but in contrib/pgcrypto. Commit 273c458a2 eliminated the problem here for v10 and up. We hadn't noticed for exactly the same reasons enumerated in bbbf22cf3. Back-patch do