Thanks to visit codestin.com Credit goes to github.com
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 a9f0dbc commit 43aa40eCopy full SHA for 43aa40e
contrib/pg_upgrade/pg_upgrade.h
@@ -207,6 +207,10 @@ typedef struct
207
* because it is being used by another process." so we have to send all
208
* other output to 'nul'. Therefore, we set this to DEVNULL on Win32, and
209
* it equals 'filename' on all other platforms.
210
+ *
211
+ * We could use the Windows pgwin32_open() flags to allow shared file
212
+ * writes but is unclear how all other tools would use those flags, so
213
+ * we just avoid it and log a little less on Windows.
214
*/
215
char *filename2;
216
FILE *fd; /* log FILE */
0 commit comments