- Notifications
You must be signed in to change notification settings - Fork5k
Commit0e032a2
committed
Place "extern" declaration in the right part of pg_class.h.
errdetail_relkind_not_supported() was declared withinEXPOSE_TO_CLIENT_CODE, which is mistaken since that functionisn't available client-side. While relatively harmless,this isn't good precedent.Discussion:https://postgr.es/m/1134562.1742507765@sss.pgh.pa.us1 parentcd72c1b commit0e032a2
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
234 |
| - | |
235 |
| - | |
236 | 234 |
| |
237 | 235 |
| |
| 236 | + | |
| 237 | + | |
238 | 238 |
|
0 commit comments
Comments
(0)