This is a discussion on Shlib exports file refactoring within the Pgsql Patches forums, part of the PostgreSQL category; --> After seeing four nearly-identical copies of multiplatform shared library exports file generation code, I figured this should be put ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| After seeing four nearly-identical copies of multiplatform shared library exports file generation code, I figured this should be put in a common place. If you like, please test the attached patch on darwin and win32, since these platforms are mostly affected (besides linux) and I can't test them. Just see if it builds and runs correctly. Thanks. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| Peter Eisentraut <peter_e@gmx.net> writes: > After seeing four nearly-identical copies of multiplatform shared library > exports file generation code, I figured this should be put in a common place. > If you like, please test the attached patch on darwin and win32, since these > platforms are mostly affected (besides linux) and I can't test them. Just > see if it builds and runs correctly. Thanks. [ shrug... ] Apply it to HEAD and see if the buildfarm complains. We're in devel cycle now, so transient breakage isn't going to be a big problem. If you were asking for tests that the buildfarm wouldn't make, I might think differently ... but then you'd need to be giving some more detailed directions than these. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |