⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 PostgreSQL 8.1.4的源码 适用于Linux下的开源数据库系统
💻
字号:
Bruce Momjian <pgman@candle.pha.pa.us>Here are some of the scripts I use to make development easier.First, I use 'cporig' on every file I am about to change.  This makes acopy with the extension .orig.  If an .orig already exists, I am warned.I can get really fancy with this.  I can do 'cporig *' and make a .origfor every file in the current directory.  I can:	cporig `grep -l HeapTuple *`If I use mkid (from ftp.postgreSQL.org), I can do:		cporig `lid -kn 'fsyncOff'`and get a copy of every file containing that word.  I can then do:	vi `find . -name '*.orig'`or even better (using mkid):	eid fsyncOffto edit all those files.When I am ready to generate a patch, I run 'difforig' command from the top ofthe source tree:	I pipe the output of this to a file to hold my patch, and the file namesit processes appear on my screen.  It creates a nice patch for me of allthe files I used with cporig.Finally, I remove my old copies with 'rmorig'.

⌨️ 快捷键说明

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