forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9a31256
committed
Fix object identity string for transforms
In commitad89a5d, we added an unhelpful 'ON' that doesn't matchthe input syntax. This was discovered while adding code to support forDDL in logical replication.No backpatch because of the change of behavior, however improbable itmay be that somebody is depending on this.Author: Zheng Li <zhengli10@gmail.com>Discussion:https://postgr.es/m/CAAD30UKg8rXeGM8Oy_MAmxKBL_K5DiHXdeNF=hUefcu1C_6VfQ@mail.gmail.com1 parenta1acdac commit9a31256
File tree
2 files changed
+2
-2
lines changed- src
- backend/catalog
- test/regress/expected
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5922 | 5922 |
| |
5923 | 5923 |
| |
5924 | 5924 |
| |
5925 |
| - | |
| 5925 | + | |
5926 | 5926 |
| |
5927 | 5927 |
| |
5928 | 5928 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
496 | 496 |
| |
497 | 497 |
| |
498 | 498 |
| |
499 |
| - | |
| 499 | + | |
500 | 500 |
| |
501 | 501 |
| |
502 | 502 |
| |
|
0 commit comments
Comments
(0)