]> granicus.if.org Git - postgresql/commit
Introduce InvalidCommandId.
authorRobert Haas <rhaas@postgresql.org>
Mon, 9 Sep 2013 20:25:29 +0000 (16:25 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 9 Sep 2013 20:25:29 +0000 (16:25 -0400)
commit71901ab6daaad65c0168c05e016e4208efe5b71a
tree18428bbfda8a7bac64017a9de65c38563aa61ea6
parent9c68834bfc2ab6e782f56ee3dc7b4949857b8729
Introduce InvalidCommandId.

This allows a 32-bit field to represent an *optional* command ID
without a separate flag bit.

Andres Freund
src/backend/access/transam/xact.c
src/include/c.h