mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08: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