forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf078110
committed
Revert "Accept relations of any kind in LOCK TABLE".
Revert59ab4ac, as well as the followup fix33862cb, in allbranches. We need to think a bit harder about what the behaviorof LOCK TABLE on views should be, and there's no time for thatbefore next week's releases. We'll take another crack at thislater.Discussion:https://postgr.es/m/16703-e348f58aab3cf6cc@postgresql.org1 parentf4fa4a8 commitf078110
File tree
4 files changed
+25
-42
lines changed- doc/src/sgml/ref
- src
- backend/commands
- test/regress
- expected
- sql
4 files changed
+25
-42
lines changedLines changed: 6 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
| 37 | + | |
40 | 38 |
| |
41 | 39 |
| |
42 | 40 |
| |
| |||
117 | 115 |
| |
118 | 116 |
| |
119 | 117 |
| |
120 |
| - | |
121 |
| - | |
| 118 | + | |
| 119 | + | |
122 | 120 |
| |
123 | 121 |
| |
124 | 122 |
| |
125 |
| - | |
126 |
| - | |
| 123 | + | |
127 | 124 |
| |
128 | 125 |
| |
129 | 126 |
| |
130 | 127 |
| |
131 |
| - | |
| 128 | + | |
132 | 129 |
| |
133 | 130 |
| |
134 | 131 |
| |
|
Lines changed: 19 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
98 | 106 |
| |
99 | 107 |
| |
100 | 108 |
| |
| |||
201 | 209 |
| |
202 | 210 |
| |
203 | 211 |
| |
204 |
| - | |
205 | 212 |
| |
206 | 213 |
| |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
211 | 217 |
| |
212 | 218 |
| |
213 | 219 |
| |
| |||
218 | 224 |
| |
219 | 225 |
| |
220 | 226 |
| |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
221 | 232 |
| |
222 | 233 |
| |
223 | 234 |
| |
| |||
228 | 239 |
| |
229 | 240 |
| |
230 | 241 |
| |
231 |
| - | |
232 |
| - | |
| 242 | + | |
233 | 243 |
| |
234 | 244 |
| |
235 | 245 |
| |
| |||
238 | 248 |
| |
239 | 249 |
| |
240 | 250 |
| |
241 |
| - | |
| 251 | + | |
242 | 252 |
| |
243 |
| - | |
| 253 | + | |
244 | 254 |
| |
245 | 255 |
| |
246 | 256 |
| |
|
Lines changed: 0 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 | 15 |
| |
19 | 16 |
| |
20 | 17 |
| |
| |||
151 | 148 |
| |
152 | 149 |
| |
153 | 150 |
| |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 | 151 |
| |
161 | 152 |
| |
162 | 153 |
| |
163 |
| - | |
164 | 154 |
| |
165 | 155 |
| |
166 | 156 |
| |
| |||
172 | 162 |
| |
173 | 163 |
| |
174 | 164 |
| |
175 |
| - | |
176 | 165 |
| |
177 | 166 |
| |
178 | 167 |
| |
|
Lines changed: 0 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 | 16 |
| |
20 | 17 |
| |
21 | 18 |
| |
| |||
116 | 113 |
| |
117 | 114 |
| |
118 | 115 |
| |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 | 116 |
| |
128 | 117 |
| |
129 | 118 |
| |
130 |
| - | |
131 | 119 |
| |
132 | 120 |
| |
133 | 121 |
| |
| |||
138 | 126 |
| |
139 | 127 |
| |
140 | 128 |
| |
141 |
| - | |
142 | 129 |
| |
143 | 130 |
| |
144 | 131 |
| |
|
0 commit comments
Comments
(0)