forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit91d1f2d
committed
Rename a parse node to be more general
A WHERE clause will be used for row filtering in logical replication.We already have a similar node: 'WHERE (condition here)'. Let'srename the node to a generic name and use it for row filtering too.Author: Euler Taveira <euler.taveira@enterprisedb.com>Discussion:https://www.postgresql.org/message-id/flat/CAHE3wggb715X+mK_DitLXF25B=jE6xyNCH4YOwM860JR7HarGQ@mail.gmail.com1 parenta1999a0 commit91d1f2d
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
495 | 495 |
| |
496 | 496 |
| |
497 | 497 |
| |
498 |
| - | |
| 498 | + | |
499 | 499 |
| |
500 | 500 |
| |
501 | 501 |
| |
| |||
3837 | 3837 |
| |
3838 | 3838 |
| |
3839 | 3839 |
| |
3840 |
| - | |
| 3840 | + | |
3841 | 3841 |
| |
3842 | 3842 |
| |
3843 | 3843 |
| |
| |||
3939 | 3939 |
| |
3940 | 3940 |
| |
3941 | 3941 |
| |
3942 |
| - | |
| 3942 | + | |
3943 | 3943 |
| |
3944 | 3944 |
| |
3945 | 3945 |
| |
|
0 commit comments
Comments
(0)