Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit90bdb64

Browse files
committed
Add missing copyright and RCS identification header.
1 parentb44e46c commit90bdb64

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎src/backend/commands/sequence.c

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33
* sequence.c
44
* PostgreSQL sequences support code.
55
*
6+
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
7+
* Portions Copyright (c) 1994, Regents of the University of California
8+
*
9+
*
10+
* IDENTIFICATION
11+
* $Header: /cvsroot/pgsql/src/backend/commands/sequence.c,v 1.46 2000/12/08 20:10:19 tgl Exp $
12+
*
613
*-------------------------------------------------------------------------
714
*/
15+
#include"postgres.h"
816

917
#include<ctype.h>
1018

11-
#include"postgres.h"
12-
1319
#include"access/heapam.h"
1420
#include"commands/creatinh.h"
1521
#include"commands/sequence.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp