Wed Apr 23 13:34:23 PDT 2008
- Previous message: [Slony1-commit] slony1-engine/doc/adminguide faq.sgml
- Next message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.c slony1_funcs.sql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/slonik
In directory main.slony.info:/tmp/cvs-serv2058
Modified Files:
dbutil.c
Log Message:
Do not load xxid module - obsoleted by addition of txid functions in
PG 8.3
Index: dbutil.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/dbutil.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** dbutil.c 5 Jun 2007 22:22:07 -0000 1.14
--- dbutil.c 23 Apr 2008 20:34:21 -0000 1.15
***************
*** 578,595 ****
/*
- * Check loading of xxid module
- */
- slon_mkquery(&query, "load '$libdir/xxid'; ");
- if (db_exec_command(stmt, adminfo, &query) < 0)
- {
- printf("%s:%d: Error: the extension for the xxid data type "
- "cannot be loaded in database '%s'\n",
- stmt->stmt_filename, stmt->stmt_lno,
- adminfo->conninfo);
- dstring_free(&query);
- return -1;
- }
-
- /*
* Check loading of slony1_funcs module
*/
--- 578,581 ----
- Previous message: [Slony1-commit] slony1-engine/doc/adminguide faq.sgml
- Next message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.c slony1_funcs.sql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list