1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-26 09:41:40 +03:00
Files
postgres/src
Peter Eisentraut 707f905399 Add const to read only TableInfo pointers in pg_dump
Functions that dump table data receive their parameters through const
void * but were casting away const.  Add const qualifiers to functions
that only read the table information.

Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/aUQHy/MmWq7c97wK%40ip-10-97-1-34.eu-west-3.compute.internal
2026-01-12 14:26:26 +01:00
..
2026-01-08 18:10:08 +02:00
2026-01-01 13:24:10 -05:00
2026-01-08 08:51:20 +01:00
2026-01-11 08:16:46 +09:00
2026-01-01 13:24:10 -05:00
2026-01-07 13:42:57 -06:00
2026-01-01 13:24:10 -05:00
2026-01-01 13:24:10 -05:00
2025-10-16 20:21:05 +02:00