Commit 261c7d4
committed
Revive line type
Change the input/output format to {A,B,C}, to match the internal
representation.
Complete the implementations of line_in, line_out, line_recv, line_send.
Remove comments and error messages about the line type not being
implemented. Add regression tests for existing line operators and
functions.
Reviewed-by: rui hua <365507506hua@gmail.com>
Reviewed-by: Álvaro Herrera <alvherre@2ndquadrant.com>
Reviewed-by: Jeevan Chalke <jeevan.chalke@enterprisedb.com>1 parent 0ac5e5a commit 261c7d4
File tree
13 files changed
+503
-153
lines changed- doc/src/sgml
- src
- backend/utils/adt
- include
- catalog
- utils
- test/regress
- expected
- output
- sql
13 files changed
+503
-153
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3051 | 3051 | | |
3052 | 3052 | | |
3053 | 3053 | | |
3054 | | - | |
3055 | | - | |
3056 | | - | |
| 3054 | + | |
3057 | 3055 | | |
3058 | 3056 | | |
3059 | 3057 | | |
| |||
3063 | 3061 | | |
3064 | 3062 | | |
3065 | 3063 | | |
3066 | | - | |
3067 | 3064 | | |
| 3065 | + | |
3068 | 3066 | | |
3069 | 3067 | | |
3070 | 3068 | | |
| |||
3077 | 3075 | | |
3078 | 3076 | | |
3079 | 3077 | | |
3080 | | - | |
3081 | | - | |
| 3078 | + | |
| 3079 | + | |
3082 | 3080 | | |
3083 | 3081 | | |
3084 | 3082 | | |
| |||
3152 | 3150 | | |
3153 | 3151 | | |
3154 | 3152 | | |
| 3153 | + | |
| 3154 | + | |
| 3155 | + | |
| 3156 | + | |
| 3157 | + | |
| 3158 | + | |
| 3159 | + | |
| 3160 | + | |
| 3161 | + | |
| 3162 | + | |
| 3163 | + | |
| 3164 | + | |
| 3165 | + | |
| 3166 | + | |
| 3167 | + | |
| 3168 | + | |
| 3169 | + | |
| 3170 | + | |
| 3171 | + | |
| 3172 | + | |
| 3173 | + | |
| 3174 | + | |
| 3175 | + | |
| 3176 | + | |
| 3177 | + | |
| 3178 | + | |
| 3179 | + | |
| 3180 | + | |
| 3181 | + | |
| 3182 | + | |
| 3183 | + | |
| 3184 | + | |
3155 | 3185 | | |
3156 | 3186 | | |
3157 | 3187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8122 | 8122 | | |
8123 | 8123 | | |
8124 | 8124 | | |
| 8125 | + | |
| 8126 | + | |
| 8127 | + | |
| 8128 | + | |
| 8129 | + | |
| 8130 | + | |
8125 | 8131 | | |
8126 | 8132 | | |
8127 | 8133 | | |
| |||
0 commit comments