diff options
Diffstat (limited to 'contrib/mysql_to_pgsql/src')
-rw-r--r-- | contrib/mysql_to_pgsql/src/defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/mysql_to_pgsql/src/defines.h b/contrib/mysql_to_pgsql/src/defines.h index ed151bf5fae..3ffaf9923e0 100644 --- a/contrib/mysql_to_pgsql/src/defines.h +++ b/contrib/mysql_to_pgsql/src/defines.h @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - + #ifndef _DEFINES_ #define _DEFINES_ @@ -59,7 +59,7 @@ typedef vector<sField> T_Table; typedef vector<string> T_TableList; typedef map< string, T_Table > TDataBase; -static +static void pg_notice(void *arg, const char *message) { /// Do nothing |