- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit7d781c6
committed
[ backpatched to 8.0.X.]
> >> 3) I restarted the postmaster both times. I got this error> both times.> >> :25: ERROR: could not load library "C:/Program> >> Files/PostgreSQL/8.0/lib/testtrigfuncs.dll": dynamic load error>> > Yes. We really need to look at fixing that error message. I had> > forgotten it completely :-(>> > Bruce, you think we can sneak that in after feature freeze? I would> > call it a bugfix :-)>> Me too. That's been on the radar for awhile --- please do> send in a patch.Here we go, that wasn't too hard :-)Apart from adding the error handling, it does one more thing: it changesthe errormode when loading the DLLs. Previously if a DLL was broken, orreferenced other DLLs that couldn't be found, a popup dialog box wouldappear on the screen. Which had to be clicked before the backend couldcontinue. This patch also disables the popup error message for DLLloads.I think this is something we should consider doing for the entirebackend - disable those popups, and say we deal with it ourselves. Whatdo you other win32 hackers thinnk about this?In the meantime, this patch fixes the error msgs. Please apply for 8.1and please consider a backpatch to 8.0.Magnus Hagander1 parent479a8fd commit7d781c6
1 file changed
+57
-5
lines changedLines changed: 57 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
10 | 31 |
| |
11 | 32 |
| |
12 | 33 |
| |
13 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
14 | 38 |
| |
15 | 39 |
| |
16 | 40 |
| |
17 | 41 |
| |
18 | 42 |
| |
19 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
20 | 50 |
| |
21 | 51 |
| |
22 | 52 |
| |
23 | 53 |
| |
24 | 54 |
| |
25 |
| - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
26 | 64 |
| |
27 | 65 |
| |
28 | 66 |
| |
29 | 67 |
| |
30 | 68 |
| |
31 |
| - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
32 | 84 |
|
0 commit comments
Comments
(0)