1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00
Files
postgres/contrib/pg_upgrade
Tom Lane b1145ca198 Fix assorted inconsistent function declarations.
While gcc doesn't complain if you declare a function "static" and then
define it not-static, other compilers do; and in any case the code is
highly misleading this way.  Add the missing "static" keywords to a
couple of recent patches.  Per buildfarm member pademelon.
2015-04-07 16:56:21 -04:00
..
2014-12-17 11:59:29 +01:00
2014-05-06 11:26:28 -04:00
2013-11-18 22:02:36 -05:00
2012-12-26 19:26:30 -05:00
2014-05-06 11:26:28 -04:00
2012-05-15 22:19:41 +03:00
2014-05-06 11:26:28 -04:00