mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add CVS tag lines to files that were lacking them.
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
/* $PostgreSQL: pgsql/contrib/tsearch2/wordparser/deflex.c,v 1.4 2006/03/11 04:38:30 momjian Exp $ */
|
||||
|
||||
#include "deflex.h"
|
||||
|
||||
const char *lex_descr[] = {
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $PostgreSQL: pgsql/contrib/tsearch2/wordparser/deflex.h,v 1.3 2006/03/11 04:38:30 momjian Exp $ */
|
||||
|
||||
#ifndef __DEFLEX_H__
|
||||
#define __DEFLEX_H__
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $PostgreSQL: pgsql/contrib/tsearch2/wordparser/parser.c,v 1.10 2006/03/11 04:38:30 momjian Exp $ */
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include "utils/builtins.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $PostgreSQL: pgsql/contrib/tsearch2/wordparser/parser.h,v 1.11 2006/03/11 04:38:30 momjian Exp $ */
|
||||
|
||||
#ifndef __PARSER_H__
|
||||
#define __PARSER_H__
|
||||
|
||||
|
Reference in New Issue
Block a user