Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fa1f2c
)
Fix typo in comment
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Wed, 2 Sep 2020 00:43:23 +0000
(20:43 -0400)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Wed, 2 Sep 2020 00:43:23 +0000
(20:43 -0400)
Introduced by
8b08f7d4820f
; backpatch to 11.
Discussion: https://postgr.es/m/
20200812214918
.GA30353@alvherre.pgsql
src/bin/pg_dump/pg_dump.h
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_dump.h
b/src/bin/pg_dump/pg_dump.h
index f9d88cf898981dd91e4b78d544099bc214224614..6482f495271b281549e7c845844f5fb420d53e1e 100644
(file)
--- a/
src/bin/pg_dump/pg_dump.h
+++ b/
src/bin/pg_dump/pg_dump.h
@@
-370,7
+370,7
@@
typedef struct _indxInfo
* contains both key and nonkey attributes */
bool indisclustered;
bool indisreplident;
- Oid parentidx; /* if
partitioned
, parent index OID */
+ Oid parentidx; /* if
a partition
, parent index OID */
/* if there is an associated constraint object, its dumpId: */
DumpId indexconstraint;
int relpages; /* relpages of the underlying table */