forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita1e61ba
committed
Disallow user-created replication origins named "pg_xxx".
Since we generate such names internally, it seems like a good ideato have a policy of disallowing them for user use, as we do for manyother object types. Otherwise attempts to use them will randomlyfail due to collisions with internally-generated names.Discussion:https://postgr.es/m/3606.1561747369@sss.pgh.pa.us1 parentc0faa72 commita1e61ba
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
| |||
1228 | 1229 |
| |
1229 | 1230 |
| |
1230 | 1231 |
| |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
1231 | 1241 |
| |
1232 | 1242 |
| |
1233 | 1243 |
| |
|
0 commit comments
Comments
(0)