CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/10/30 23:57:42

Modified files:
        src/backend/utils/adt: Tag: REL7_3_STABLE ri_triggers.c 
        src/test/regress/expected: Tag: REL7_3_STABLE foreign_key.out 
        src/test/regress/sql: Tag: REL7_3_STABLE foreign_key.sql 

Log message:
        Fix for possible referential integrity violation when a qualified ON INSERT
        rule split the query into one INSERT and one UPDATE where the UPDATE
        then hit's the just created row without modifying the key fields again.
        In this special case, the new key slipped in totally unchecked.
        
        Jan


---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to