~ubuntu-branches/ubuntu/karmic/postgresql-8.4/karmic-security

« back to all changes in this revision

Viewing changes to src/backend/nodes/outfuncs.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-05-05 00:58:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505005806-c19tt7oyqb7kuw49
Tags: 8.4~beta1+cvs20090503-1
New upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1613
1613
        WRITE_BOOL_FIELD(pseudoconstant);
1614
1614
        WRITE_BITMAPSET_FIELD(clause_relids);
1615
1615
        WRITE_BITMAPSET_FIELD(required_relids);
 
1616
        WRITE_BITMAPSET_FIELD(nullable_relids);
1616
1617
        WRITE_BITMAPSET_FIELD(left_relids);
1617
1618
        WRITE_BITMAPSET_FIELD(right_relids);
1618
1619
        WRITE_NODE_FIELD(orclause);