|
7 | 7 | * might cause crashes, but at the same time we try to print out as much |
8 | 8 | * information as possible, even if it's nonsense. That's because if a |
9 | 9 | * page is corrupt, we don't know why and how exactly it is corrupt, so we |
10 | | - * let the usertojudge it. |
| 10 | + * let the user judge it. |
11 | 11 | * |
12 | 12 | * These functions are restricted to superusers for the fear of introducing |
13 | | - * security holes if the input checking isn't as water-tight as it should. |
| 13 | + * security holes if the input checking isn't as water-tight as it should be. |
14 | 14 | * You'd need to be superuser to obtain a raw page image anyway, so |
15 | 15 | * there's hardly any use case for using these without superuser-rights |
16 | 16 | * anyway. |
17 | 17 | * |
18 | 18 | * Copyright (c) 2007-2010, PostgreSQL Global Development Group |
19 | 19 | * |
20 | 20 | * IDENTIFICATION |
21 | | - * $PostgreSQL: pgsql/contrib/pageinspect/heapfuncs.c,v 1.8 2010/01/0216:57:32 momjian Exp $ |
| 21 | + * $PostgreSQL: pgsql/contrib/pageinspect/heapfuncs.c,v 1.9 2010/04/0215:19:22 mha Exp $ |
22 | 22 | * |
23 | 23 | *------------------------------------------------------------------------- |
24 | 24 | */ |
|