forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitda41d71
committed
simplehash: Allow for use in frontend code.
Commit4899504 removed the largestbarrier to use of simplehash in frontend code, but there's one moreproblem: it uses elog(ERROR, ...) or elog(LOG, ...) in a couple ofplaces. Work around that by changing those to pg_log_error() andpg_log_info() when FRONTEND is defined.Patch by me, reviewed by Andres Freund.Discussion:http://postgr.es/m/CA+Tgmob8oyh02NrZW=xCScB+5GyJ-jVowE3+TWTUmPF=FsGWTA@mail.gmail.com1 parent4899504 commitda41d71
1 file changed
+12
-4
lines changedLines changed: 12 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
239 | 247 |
| |
240 | 248 |
| |
241 | 249 |
| |
| |||
258 | 266 |
| |
259 | 267 |
| |
260 | 268 |
| |
261 |
| - | |
262 |
| - | |
| 269 | + | |
| 270 | + | |
263 | 271 |
| |
264 | 272 |
| |
265 | 273 |
| |
| |||
549 | 557 |
| |
550 | 558 |
| |
551 | 559 |
| |
552 |
| - | |
| 560 | + | |
553 | 561 |
| |
554 | 562 |
| |
555 | 563 |
| |
| |||
1001 | 1009 |
| |
1002 | 1010 |
| |
1003 | 1011 |
| |
1004 |
| - | |
| 1012 | + | |
1005 | 1013 |
| |
1006 | 1014 |
| |
1007 | 1015 |
| |
|
0 commit comments
Comments
(0)