Skip to content
Snippets Groups Projects
  • Bruce Momjian's avatar
    e506ca40
    Tables without oids wouldn't be able to be · e506ca40
    Bruce Momjian authored
    used inside fk constraints, since some of the checks
    in the trigger did a SELECT oid.  Since the oid wasn't
    actually used, I changed this to SELECT 1.  My test
    case with non-oid tables now works and fk regression
    appears to run fine on my machine.
    
    Stephan Szabo
    e506ca40
    History
    Tables without oids wouldn't be able to be
    Bruce Momjian authored
    used inside fk constraints, since some of the checks
    in the trigger did a SELECT oid.  Since the oid wasn't
    actually used, I changed this to SELECT 1.  My test
    case with non-oid tables now works and fk regression
    appears to run fine on my machine.
    
    Stephan Szabo