Files
postgres/src
Tom Lane 1046dbedde Silence another gcc 11 warning.
Per buildfarm and local experimentation, bleeding-edge gcc isn't
convinced that the MemSet in reorder_function_arguments() is safe.
Shut it up by adding an explicit check that pronargs isn't negative,
and by changing MemSet to memset.  (It appears that either change is
enough to quiet the warning at -O2, but let's do both to be sure.)
2021-01-28 17:19:16 -05:00
..
2021-01-28 17:19:16 -05:00
2021-01-28 12:50:40 -03:00
2021-01-02 13:06:25 -05:00
2021-01-26 16:37:12 -05:00
2021-01-24 14:19:00 +01:00