Commit 15df037
committed
pg_dump: Dump operators with the same name ordered by arity
pg_dump sorts operators by name, but operators with the same name come
out in random order. Now operators with the same name are dumped in
the order prefix, postfix, infix. (This is consistent with functions,
which are dumped in increasing number of argument order.)1 parent 104e7da commit 15df037
3 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3138 | 3138 | | |
3139 | 3139 | | |
3140 | 3140 | | |
| 3141 | + | |
3141 | 3142 | | |
3142 | 3143 | | |
3143 | 3144 | | |
| |||
3153 | 3154 | | |
3154 | 3155 | | |
3155 | 3156 | | |
| 3157 | + | |
3156 | 3158 | | |
3157 | 3159 | | |
3158 | 3160 | | |
| |||
3162 | 3164 | | |
3163 | 3165 | | |
3164 | 3166 | | |
| 3167 | + | |
3165 | 3168 | | |
3166 | 3169 | | |
3167 | 3170 | | |
| |||
3173 | 3176 | | |
3174 | 3177 | | |
3175 | 3178 | | |
| 3179 | + | |
3176 | 3180 | | |
3177 | 3181 | | |
3178 | 3182 | | |
| |||
3191 | 3195 | | |
3192 | 3196 | | |
3193 | 3197 | | |
| 3198 | + | |
3194 | 3199 | | |
3195 | 3200 | | |
3196 | 3201 | | |
| |||
3203 | 3208 | | |
3204 | 3209 | | |
3205 | 3210 | | |
| 3211 | + | |
3206 | 3212 | | |
3207 | 3213 | | |
3208 | 3214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
181 | 191 | | |
182 | 192 | | |
183 | 193 | | |
| |||
0 commit comments