| 2667 | } |
| 2668 | |
| 2669 | TargetEntry * |
| 2670 | gpdb::FlatCopyTargetEntry(TargetEntry *src_tle) |
| 2671 | { |
| 2672 | GP_WRAP_START; |
| 2673 | { |
| 2674 | return flatCopyTargetEntry(src_tle); |
| 2675 | } |
| 2676 | GP_WRAP_END; |
| 2677 | } |
| 2678 | |
| 2679 | |
| 2680 | // Returns true if type is a RANGE |
nothing calls this directly
no test coverage detected