1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Remove tabs in SGML.

Move OIDCHARS to proper include file.
This commit is contained in:
Bruce Momjian
2010-01-06 02:41:37 +00:00
parent 5c82ccb1dd
commit 8cdb85b512
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.85 2010/01/02 16:57:36 momjian Exp $
* $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.86 2010/01/06 02:41:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -43,7 +43,6 @@
#include "utils/tqual.h"
#define OIDCHARS 10 /* max chars printed by %u */
#define FORKNAMECHARS 4 /* max chars for a fork name */
/*