Commit ee66401f authored by Bruce Momjian's avatar Bruce Momjian

Update typedefs with /lib info.

parent b83e5926
......@@ -11,7 +11,7 @@ symbols.
From the top directory, run:
find . -name '*.[ch]' -type f -print | egrep -v '\+\+|s_lock.h' | xargs -n100 pgindent
find . -name '*.[ch]' -type f -print | grep -v 's_lock.h' | xargs -n100 pgindent
The stock BSD indent has two bugs. First, a comment after the word 'else'
causes the rest of the file to be ignored. Second, it silently ignores
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment