mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Fix a couple of inconsequential typos in new header
This commit is contained in:
parent
8eb29194fc
commit
3142cf6dd5
@ -6,7 +6,7 @@
|
|||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* src/include/postmaster/bgworker.h
|
* src/include/postmaster/bgworker_internals.h
|
||||||
*--------------------------------------------------------------------
|
*--------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#ifndef BGWORKER_INTERNALS_H
|
#ifndef BGWORKER_INTERNALS_H
|
||||||
@ -45,4 +45,4 @@ extern void ForgetBackgroundWorker(slist_mutable_iter *cur);
|
|||||||
extern BackgroundWorker *BackgroundWorkerEntry(int slotno);
|
extern BackgroundWorker *BackgroundWorkerEntry(int slotno);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* BGWORKER_INTERNLS_H */
|
#endif /* BGWORKER_INTERNALS_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user