--- src/backend/slony1_funcs.c.orig	Wed Apr  4 13:39:09 2007
+++ src/backend/slony1_funcs.c	Wed Apr  4 13:41:31 2007
@@ -40,6 +40,11 @@
 PG_MODULE_MAGIC;
 #endif
 
+/* -- Change from PostgreSQL Ver 8.3 -- */
+#ifndef VARATT_SIZEP
+#define VARATT_SIZEP VARATT_SIZEP_DEPRECATED
+#endif
+
 PG_FUNCTION_INFO_V1(_Slony_I_createEvent);
 PG_FUNCTION_INFO_V1(_Slony_I_getLocalNodeId);
 PG_FUNCTION_INFO_V1(_Slony_I_getModuleVersion);
