Mon Sep 13 13:40:24 PDT 2010
- Previous message: [Slony1-commit] Slony-I-commit Additional attempt at bug #40.
- Next message: [Slony1-commit] Slony-I-commit Fixes for win32 compiles.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fix for bug154. Call updateRelName from the ddlScript_complete_int function instead of ddlScript_complete because we want this function to be called on both subscribers and the origin. This issue addresses something like renaming a table via EXECUTE SCRIPT where sl_table will continue to have the old name on subscribers. (cherry picked from commit dfd8816556017fb0a3316b799accf617907c9b62) Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=a8c5e87b7407de7901abeaaa535ce096e8916479 Modified Files -------------- src/backend/slony1_funcs.sql | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
- Previous message: [Slony1-commit] Slony-I-commit Additional attempt at bug #40.
- Next message: [Slony1-commit] Slony-I-commit Fixes for win32 compiles.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list