readme

来自「PostgreSQL7.4.6 for Linux」· 代码 · 共 15 行

TXT
15
字号
This program should be run by developers wishing to enable threading onnew platforms.Run thread_test program to determine if your native libc functions arethread-safe, or if we should use *_r functions or thread locking.To use this program, you must:	o add "THREAD_SUPPORT=yes" to your template/${port} file 	o add any THREAD_CPPFLAGS and THREAD_LIBS defines to your	  template/${port} file	o run "configure --enable-thread-safety"	o compile the main source tree	o compile and run this program

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?