Content-Length: 253259 | pFad | http://github.com/postgrespro/postgres/commit/0f1ef79095762e8e3e908592f0cf37c53da54028

6C Fix silly thinko in ResetSequenceCaches. · postgrespro/postgres@0f1ef79 · GitHub
Skip to content

Commit 0f1ef79

Browse files
committed
Fix silly thinko in ResetSequenceCaches.
Report from Kevin Hale Boyes.
1 parent d90ced8 commit 0f1ef79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/sequence.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,6 +1615,6 @@ ResetSequenceCaches(void)
16151615
{
16161616
next = seqtab->next;
16171617
free(seqtab);
1618-
seqtab = seqtab->next;
1618+
seqtab = next;
16191619
}
16201620
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/0f1ef79095762e8e3e908592f0cf37c53da54028

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy