| 35 | #undef PG_CMDTAG |
| 36 | |
| 37 | void |
| 38 | InitializeQueryCompletion(QueryCompletion *qc) |
| 39 | { |
| 40 | qc->commandTag = CMDTAG_UNKNOWN; |
| 41 | qc->nprocessed = 0; |
| 42 | } |
| 43 | |
| 44 | const char * |
| 45 | GetCommandTagName(CommandTag commandTag) |
no outgoing calls
no test coverage detected