We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8eafa commit 6825981Copy full SHA for 6825981
src/include/storage/s_lock.h
@@ -66,7 +66,7 @@
66
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
67
* Portions Copyright (c) 1994, Regents of the University of California
68
*
69
- * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.130 2004/09/24 00:21:29 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.131 2004/09/24 01:48:43 tgl Exp $
70
71
*-------------------------------------------------------------------------
72
*/
@@ -658,7 +658,7 @@ typedef unsigned char slock_t;
658
#endif
659
660
661
-/* out-of-line assembler from src/backend/port/tas/*.s */
+/* out-of-line assembler from src/backend/port/tas/foo.s */
662
663
#if defined(__sun) && defined(__i386)
664
/*
0 commit comments