Introduce InvalidCommandId.

Robert Haas <rhaas@postgresql.org>

Commit: 71901ab6daaad65c0168c05e016e4208efe5b71a
Author: Robert Haas <rhaas@postgresql.org>
Date: 2013-09-09T20:25:29Z
Releases: 9.4.0
Introduce InvalidCommandId.

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

Andres Freund

Files

PathChange+/−
src/backend/access/transam/xact.c modified +2 −2
src/include/c.h modified +1 −0