mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Fix bad indentation introduced in commit f011e82c2c
This commit is contained in:
parent
3354f85284
commit
8de5ca1dc9
|
|
@ -362,7 +362,7 @@ XLogPrefetcher *
|
|||
XLogPrefetcherAllocate(XLogReaderState *reader)
|
||||
{
|
||||
XLogPrefetcher *prefetcher;
|
||||
HASHCTL ctl;
|
||||
HASHCTL ctl;
|
||||
|
||||
prefetcher = palloc0(sizeof(XLogPrefetcher));
|
||||
prefetcher->reader = reader;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user