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

Commit1836ce2

Browse files
committed
Change next to nextstep where missed.
1 parent427a964 commit1836ce2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

‎src/backend/storage/ipc/s_lock.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/s_lock.c,v 1.9 1996/12/04 03:06:04 bryanh Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/s_lock.c,v 1.10 1997/01/26 20:15:00 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -50,7 +50,7 @@
5050

5151
externinttas(slock_t*lock);
5252

53-
#if defined (next)
53+
#if defined (nextstep)
5454
/*
5555
* NEXTSTEP (mach)
5656
* slock_t is defined as a struct mutex.

‎src/backend/tcop/postgres.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.26 1997/01/26 15:30:48 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.27 1997/01/2620:15:06 momjian Exp $
1111
*
1212
* NOTES
1313
* this is the "main" module of the postgres backend and
@@ -102,13 +102,13 @@ static bool IsEmptyQuery = false;
102102

103103
charrelname[80];/* current relation name */
104104

105-
#if defined(WIN32)|| defined(next)
105+
#if defined(WIN32)|| defined(nextstep)
106106
jmp_bufWarn_restart;
107107
#definesigsetjmp(x,y) setjmp(x)
108108
#definesiglongjmp longjmp
109109
#else
110110
sigjmp_bufWarn_restart;
111-
#endif/*defined(WIN32) || defined(next) */
111+
#endif/*defined(WIN32) || defined(nextstep) */
112112
intInWarn;
113113

114114
externintNBuffers;
@@ -1282,7 +1282,7 @@ PostgresMain(int argc, char *argv[])
12821282
*/
12831283
if (IsUnderPostmaster== false) {
12841284
puts("\nPOSTGRES backend interactive interface");
1285-
puts("$Revision: 1.26 $ $Date: 1997/01/26 15:30:48 $");
1285+
puts("$Revision: 1.27 $ $Date: 1997/01/2620:15:06 $");
12861286
}
12871287

12881288
/* ----------------

‎src/include/storage/ipc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: ipc.h,v 1.12 1997/01/13 03:54:48 bryanh Exp $
9+
* $Id: ipc.h,v 1.13 1997/01/26 20:15:26 momjian Exp $
1010
*
1111
* NOTES
1212
* This file is very architecture-specific. This stuff should actually
@@ -35,7 +35,7 @@ extern void S_INIT_LOCK(slock_t *lock);
3535
#if defined(alpha)|| \
3636
defined(hpux)|| \
3737
defined(irix5)|| \
38-
defined(next)
38+
defined(nextstep)
3939
externintS_LOCK_FREE(slock_t*lock);
4040
#else
4141
#defineS_LOCK_FREE(lock)((*lock) == 0)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp