We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e9a12 commit 6fa3dddCopy full SHA for 6fa3ddd
src/backend/utils/cache/relcache.c
@@ -6485,16 +6485,6 @@ RelationCacheInitFileRemove(void)
6485
struct dirent *de;
6486
char path[MAXPGPATH + 10 + sizeof(TABLESPACE_VERSION_DIRECTORY)];
6487
6488
-#ifdef EMSCRIPTEN
6489
- /*
6490
- * emscripten 3.0.1 breaks here on traversal up in FS.realPath() on the
6491
- * mount point (it has path field set, but not the name field).
6492
- *
6493
- * TODO: make a standalone repro and report.
6494
- */
6495
- return;
6496
-#endif
6497
-
6498
snprintf(path, sizeof(path), "global/%s",
6499
RELCACHE_INIT_FILENAME);
6500
unlink_initfile(path, LOG);
0 commit comments