Fix badly formatted comment out line.
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 31 Jul 2018 01:13:53 +0000 (10:13 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 31 Jul 2018 01:13:53 +0000 (10:13 +0900)
src/include/utils/pool_ipc.h

index fff8401279bac7ae2b39cdb9e2cb814214a78ad4..7571a3910fe1b86a212c6cd68658cd40a59292e5 100644 (file)
 #ifndef IPC_H
 #define IPC_H
 
-
-//typedef unsigned long Datum; /* XXX sizeof(long) >= sizeof(void *) */
-
-
 #define IPCProtection  (0600)  /* access/modify by user only */
 
-
 extern void shmem_exit(int code);
 extern void on_shmem_exit(void (*function) (int code, Datum arg), Datum arg);
 extern void on_exit_reset(void);
 
-
 #endif   /* IPC_H */