Commit c006380
Fix CI build failure by reverting --disable-thread-safety flag
The --disable-thread-safety flag was causing 'unknown type name slock_t'
compilation errors throughout PostgreSQL codebase. The original
--disable-spinlocks flag alone is sufficient for Emscripten builds.
Co-Authored-By: Dan Lynch <pyramation@gmail.com>1 parent 2d6d4ef commit c006380
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments