Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5e1ccd4

Browse files
committed
In load_relcache_init_file, initialize rd_pdcxt.
Oversight noted by Gao Zeng Qi. Discussion: http://postgr.es/m/CAFmBtr1N3-SbepJbnGpaYp=jw-FvWMnYY7-bTtRgvjvbyB8YJA@mail.gmail.com
1 parent c1e0e7e commit 5e1ccd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/utils/cache/relcache.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5608,6 +5608,7 @@ load_relcache_init_file(bool shared)
56085608
rel->rd_rsdesc = NULL;
56095609
rel->rd_partkeycxt = NULL;
56105610
rel->rd_partkey = NULL;
5611+
rel->rd_pdcxt = NULL;
56115612
rel->rd_partdesc = NULL;
56125613
rel->rd_partcheck = NIL;
56135614
rel->rd_indexprs = NIL;

0 commit comments

Comments
 (0)