* create_empty_pathtarget * Create an empty (zero columns, zero cost) PathTarget. */
| 910 | * Create an empty (zero columns, zero cost) PathTarget. |
| 911 | */ |
| 912 | PathTarget * |
| 913 | create_empty_pathtarget(void) |
| 914 | { |
| 915 | /* This is easy, but we don't want callers to hard-wire this ... */ |
| 916 | return makeNode(PathTarget); |
| 917 | } |
| 918 | |
| 919 | /* |
| 920 | * add_column_to_pathtarget |
no outgoing calls
no test coverage detected