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

Commit9efee18

Browse files
committed
Add comment explaining that this table doesn't do what you
might think ... in fact doesn't do much of anything at the moment ...
1 parent2dd82a6 commit9efee18

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎src/include/catalog/pg_version.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@
44
* definition of the system "version" relation (pg_version)
55
* along with the relation's initial contents.
66
*
7+
* NOTE: this table has nothing to do with the overall Postgres system
8+
* version or anything like that. It is for defining individual relations
9+
* that have multiple concurrently-existing versions. Yes, there used to
10+
* be such a feature in Postgres, but it's been broken for a long time
11+
* (see src/backend/commands/_deadcode/version.c). The pg_version table
12+
* isn't even created at present.
13+
*
714
*
815
* Copyright (c) 1994, Regents of the University of California
916
*
10-
* $Id: pg_version.h,v 1.8 1999/02/13 23:21:16 momjian Exp $
17+
* $Id: pg_version.h,v 1.9 1999/10/24 19:22:37 tgl Exp $
1118
*
1219
* NOTES
1320
* the genbki.sh script reads this file and generates .bki

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp