8000
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 8eb2919 commit 3142cf6Copy full SHA for 3142cf6
src/include/postmaster/bgworker_internals.h
@@ -6,7 +6,7 @@
6
* Portions Copyright (c) 1994, Regents of the University of California
7
*
8
* IDENTIFICATION
9
- * src/include/postmaster/bgworker.h
+ * src/include/postmaster/bgworker_internals.h
10
*--------------------------------------------------------------------
11
*/
12
#ifndef BGWORKER_INTERNALS_H
@@ -45,4 +45,4 @@ extern void ForgetBackgroundWorker(slist_mutable_iter *cur);
45
extern BackgroundWorker *BackgroundWorkerEntry(int slotno);
46
#endif
47
48
-#endif /* BGWORKER_INTERNLS_H */
+#endif /* BGWORKER_INTERNALS_H */
0 commit comments